summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2015-09-28 02:38:56 -0700
committeriximeow <me@iximeow.net>2015-09-28 03:36:28 -0700
commit766583fff1012b6c9c7eac59d4df002cf253b160 (patch)
tree22579eae7f12e1ff8a52c12fc51840258939a670 /linker.ld
parentd02d702daa3a3232ebdd712722d2483449eb8582 (diff)
cleanly remove .note.gnu.build-id
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 5fd7736..aff67ad 100644
--- a/linker.ld
+++ b/linker.ld
@@ -18,7 +18,7 @@ SECTIONS
.bss : ALIGN(0x100) { *(.bss) }
- /DISCARD/ : { *(.note.gnu.build-id) }
+ /DISCARD/ : { *(*) }
/* The compiler may produce other sections, by default it will put them in
a segment with the same name. Simply add stuff here as needed. */