From 74afd983df0b93f20492fb8317788e2821c73834 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 25 Nov 2008 18:34:48 +0000 Subject: add avr32 support to binutils 2.18 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13352 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/avr32/patches/100-remove_build-id.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/avr32/patches/100-remove_build-id.patch (limited to 'target/linux/avr32/patches') 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) + -- cgit v1.2.3