david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[build] Discard junk sections created by newer gcc versions

This commit is contained in:
Michael Brown 2008-11-18 03:46:27 +00:00
parent 54fbd11221
commit c661945e82
2 changed files with 12 additions and 0 deletions

View File

@ -149,7 +149,13 @@ SECTIONS {
/DISCARD/ : {
*(.comment)
*(.comment.*)
*(.note)
*(.note.*)
*(.eh_frame)
*(.eh_frame.*)
*(.rel)
*(.rel.*)
}
/*

View File

@ -145,7 +145,13 @@ SECTIONS {
/DISCARD/ : {
*(.comment)
*(.comment.*)
*(.note)
*(.note.*)
*(.eh_frame)
*(.eh_frame.*)
*(.rel)
*(.rel.*)
}
/*