From: Jesper Nilsson Date: Tue, 3 Aug 2010 16:27:23 +0000 (+0200) Subject: CRIS: Discard .note.gnu.build-id section X-Git-Tag: firefly_0821_release~9833^2~1219^2~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d717809bcef50658092c8e18d7576475b6484a4c;p=firefly-linux-kernel-4.4.55.git CRIS: Discard .note.gnu.build-id section Signed-off-by: Jesper Nilsson --- diff --git a/arch/cris/boot/Makefile b/arch/cris/boot/Makefile index 144f3afa0119..6e3b509fd7fc 100644 --- a/arch/cris/boot/Makefile +++ b/arch/cris/boot/Makefile @@ -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)