add avr32 support to binutils 2.18
[openwrt/staging/florian.git] / target / linux / avr32 / patches / 100-remove_build-id.patch
1 --- a/arch/avr32/boot/images/Makefile
2 +++ b/arch/avr32/boot/images/Makefile
3 @@ -10,7 +10,7 @@ MKIMAGE := $(srctree)/scripts/mkuboot.s
4
5 extra-y := vmlinux.bin vmlinux.gz
6
7 -OBJCOPYFLAGS_vmlinux.bin := -O binary
8 +OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note.gnu.build-id
9 $(obj)/vmlinux.bin: vmlinux FORCE
10 $(call if_changed,objcopy)
11