summaryrefslogtreecommitdiffstats
path: root/target/linux/avr32
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-11-25 18:34:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-11-25 18:34:48 +0000
commitb154f4b4e37c39de51e65c1fe739a48f28d566e6 (patch)
treeca071eaaf65244e71529ae8d0ad2c4f447789436 /target/linux/avr32
parentea36d4dd38538fd811a8f02b45ec93109f2b8220 (diff)
downloadmaster-31e0f0ae-b154f4b4e37c39de51e65c1fe739a48f28d566e6.tar.gz
master-31e0f0ae-b154f4b4e37c39de51e65c1fe739a48f28d566e6.tar.bz2
master-31e0f0ae-b154f4b4e37c39de51e65c1fe739a48f28d566e6.zip
add avr32 support to binutils 2.18
SVN-Revision: 13352
Diffstat (limited to 'target/linux/avr32')
-rw-r--r--target/linux/avr32/patches/100-remove_build-id.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/avr32/patches/100-remove_build-id.patch b/target/linux/avr32/patches/100-remove_build-id.patch
new file mode 100644
index 0000000000..1125d557a2
--- /dev/null
+++ b/target/linux/avr32/patches/100-remove_build-id.patch
@@ -0,0 +1,11 @@
+--- a/arch/avr32/boot/images/Makefile
++++ b/arch/avr32/boot/images/Makefile
+@@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.s
+
+ extra-y := vmlinux.bin vmlinux.gz
+
+-OBJCOPYFLAGS_vmlinux.bin := -O binary
++OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
+ $(obj)/vmlinux.bin: vmlinux FORCE
+ $(call if_changed,objcopy)
+