1125d557a2ccf7e078afaac1644c668bddf50cf6
[openwrt-10.03/.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