aboutsummaryrefslogtreecommitdiff
path: root/arch/cris
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2010-08-03 18:27:23 +0200
committerJesper Nilsson <jesper.nilsson@axis.com>2010-08-04 13:02:33 +0200
commitd717809bcef50658092c8e18d7576475b6484a4c (patch)
tree098a2ee4e04adfc7feacb037afecc579add2adaa /arch/cris
parent76fdf67bb5415a8e97bfecf81bf0c0d64bf7a552 (diff)
CRIS: Discard .note.gnu.build-id section
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris')
-rw-r--r--arch/cris/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/boot/Makefile b/arch/cris/boot/Makefile
index 144f3afa011..6e3b509fd7f 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)