projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76fdf67
)
CRIS: Discard .note.gnu.build-id section
author
Jesper Nilsson
<jesper.nilsson@axis.com>
Tue, 3 Aug 2010 16:27:23 +0000
(18:27 +0200)
committer
Jesper Nilsson
<jesper.nilsson@axis.com>
Wed, 4 Aug 2010 11:02:33 +0000
(13:02 +0200)
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/boot/Makefile
patch
|
blob
|
history
diff --git
a/arch/cris/boot/Makefile
b/arch/cris/boot/Makefile
index 144f3afa0119074088cf6e99c8afb956045e70fb..6e3b509fd7fce7dadc5469197bd4c48d5eee0759 100644
(file)
--- 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)