Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>

+1 -1
+1 -1
arch/cris/boot/Makefile
··· 3 3 # 4 4 5 5 objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment 6 - objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss 6 + objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id 7 7 8 8 OBJCOPYFLAGS = -O binary $(objcopyflags-y) 9 9