summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
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. */