add avr32 support to binutils 2.18
SVN-Revision: 13352
This commit is contained in:
11
target/linux/avr32/patches/100-remove_build-id.patch
Normal file
11
target/linux/avr32/patches/100-remove_build-id.patch
Normal file
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user