quick emergency fix for gnu tools that now have elaborate note names

such as .note.this.that. These new note names were making builds 
unbuildable on (e.g.) fc9.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@873 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-09-29 15:37:26 +00:00
parent be03d189db
commit 6d38e04683

View file

@ -44,6 +44,7 @@ SECTIONS
/DISCARD/ : {
*(.comment)
*(.note)
*(.note.*)
}
}