diff options
author | Matteo Croce <matteo@openwrt.org> | 2015-10-04 22:03:04 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2015-10-04 22:03:04 +0000 |
commit | 9edd017c6e614716af7218d095aa3201b156430e (patch) | |
tree | aa70fd922a4869adccf5a4d6aaef6da24e2b4050 /target | |
parent | 94fab5804b6f68cf2c606b57866c2cb12306cbf2 (diff) | |
download | master-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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/lzma-loader/src/Makefile | 2 |
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 \ |