mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Support building runsc with legacy GNU linker
This commit enables building with the legacy GNU linker that emits the .note.gnu.property section which conflicts with the .crblob section inside the sysmsg linker script.
This commit is contained in:
@@ -34,6 +34,6 @@ SECTIONS
|
||||
} =0x00000000,
|
||||
|
||||
/DISCARD/ : {
|
||||
*(.interp) *(.gnu.hash) *(.hash) *(.dynamic) *(.dynsym) *(.dynstr) *(.rela.dyn) *(.eh_frame)
|
||||
*(.interp) *(.gnu.hash) *(.hash) *(.dynamic) *(.dynsym) *(.dynstr) *(.rela.dyn) *(.eh_frame) *(.note.gnu.property)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user