aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2015-10-04 22:03:04 +0000
committerMatteo Croce <matteo@openwrt.org>2015-10-04 22:03:04 +0000
commit9edd017c6e614716af7218d095aa3201b156430e (patch)
treeaa70fd922a4869adccf5a4d6aaef6da24e2b4050
parent94fab5804b6f68cf2c606b57866c2cb12306cbf2 (diff)
downloadmaster-187ad058-9edd017c6e614716af7218d095aa3201b156430e.tar.gz
master-187ad058-9edd017c6e614716af7218d095aa3201b156430e.tar.bz2
master-187ad058-9edd017c6e614716af7218d095aa3201b156430e.zip
lantiq: fix binutils 2.15.1 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47105 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/lantiq/image/lzma-loader/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/lzma-loader/src/Makefile b/target/linux/lantiq/image/lzma-loader/src/Makefile
index f861666e62..1ea01bfbc5 100644
--- a/target/linux/lantiq/image/lzma-loader/src/Makefile
+++ b/target/linux/lantiq/image/lzma-loader/src/Makefile
@@ -28,7 +28,7 @@ LD := $(CROSS_COMPILE)ld
OBJCOPY := $(CROSS_COMPILE)objcopy
OBJDUMP := $(CROSS_COMPILE)objdump
-BIN_FLAGS := -O binary -R .reginfo -R .note -R .comment -R .mdebug -S
+BIN_FLAGS := -O binary -R .reginfo -R .note -R .comment -R .mdebug -R .MIPS.abiflags -S
CFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -Os \
-fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \