Keep bss until object copy phase to work with newer versions of binutils

This commit is contained in:
Warren Galloway 2020-05-27 20:54:51 -04:00
parent 0d121f99f3
commit 77d7a284c0

View file

@ -11,7 +11,7 @@ SECTIONS {
*(.rodata) *(.rodata)
*(.data) *(.data)
} }
/DISCARD/ : { .bss : {
*(.bss) *(.bss)
} }
} }