diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2010-08-03 18:27:23 +0200 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2010-08-04 13:02:33 +0200 |
commit | d717809bcef50658092c8e18d7576475b6484a4c (patch) | |
tree | 098a2ee4e04adfc7feacb037afecc579add2adaa /arch/cris | |
parent | 76fdf67bb5415a8e97bfecf81bf0c0d64bf7a552 (diff) | |
download | op-kernel-dev-d717809bcef50658092c8e18d7576475b6484a4c.zip op-kernel-dev-d717809bcef50658092c8e18d7576475b6484a4c.tar.gz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/boot/Makefile b/arch/cris/boot/Makefile index 144f3af..6e3b509 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) |