Keep bss until object copy phase to work with newer versions of binutils
This commit is contained in:
parent
0d121f99f3
commit
77d7a284c0
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ SECTIONS {
|
|||
*(.rodata)
|
||||
*(.data)
|
||||
}
|
||||
/DISCARD/ : {
|
||||
.bss : {
|
||||
*(.bss)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue