mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
add avr32 support to binutils 2.18
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4de2cfebf8
commit
663f3dca93
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)
|
||||
|
@ -14,7 +14,6 @@ choice
|
||||
|
||||
config BINUTILS_VERSION_2_18
|
||||
bool "binutils 2.18"
|
||||
depends !TARGET_avr32
|
||||
|
||||
endchoice
|
||||
|
||||
|
53416
toolchain/binutils/patches/2.18/500-avr32.patch
Normal file
53416
toolchain/binutils/patches/2.18/500-avr32.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user