1
0
Fork 0

CRIS: Discard .note.gnu.build-id section

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
hifive-unleashed-5.1
Jesper Nilsson 2010-08-03 18:27:23 +02:00
parent 76fdf67bb5
commit d717809bce
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss
objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
OBJCOPYFLAGS = -O binary $(objcopyflags-y)