parent
ea36d4dd38
commit
b154f4b4e3
|
@ -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)
|
||||
|
|
@ -14,7 +14,6 @@ choice
|
|||
|
||||
config BINUTILS_VERSION_2_18
|
||||
bool "binutils 2.18"
|
||||
depends !TARGET_avr32
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue