mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
trivial: make sure that all elf notes are stripped.
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@900 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
76b818bc18
commit
b2ab5593ab
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ SECTIONS
|
|||
}
|
||||
/DISCARD/ : {
|
||||
*(.comment)
|
||||
*(.note.*)
|
||||
*(.note)
|
||||
*(.note.*)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue