mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[build] Discard junk sections created by newer gcc versions
This commit is contained in:
@@ -149,7 +149,13 @@ SECTIONS {
|
|||||||
|
|
||||||
/DISCARD/ : {
|
/DISCARD/ : {
|
||||||
*(.comment)
|
*(.comment)
|
||||||
|
*(.comment.*)
|
||||||
*(.note)
|
*(.note)
|
||||||
|
*(.note.*)
|
||||||
|
*(.eh_frame)
|
||||||
|
*(.eh_frame.*)
|
||||||
|
*(.rel)
|
||||||
|
*(.rel.*)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -145,7 +145,13 @@ SECTIONS {
|
|||||||
|
|
||||||
/DISCARD/ : {
|
/DISCARD/ : {
|
||||||
*(.comment)
|
*(.comment)
|
||||||
|
*(.comment.*)
|
||||||
*(.note)
|
*(.note)
|
||||||
|
*(.note.*)
|
||||||
|
*(.eh_frame)
|
||||||
|
*(.eh_frame.*)
|
||||||
|
*(.rel)
|
||||||
|
*(.rel.*)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user