diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2015-10-04 22:03:04 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2015-10-04 22:03:04 +0000 |
commit | 70da7324cdf3e9da80eab9074adc116432b4535e (patch) | |
tree | b01e7f14f02619bcd6d99cfb288e19d0baf8dc58 /target | |
parent | 0cd478518fd2333cb6a33e134b4e15eb4efd5eb3 (diff) | |
download | upstream-70da7324cdf3e9da80eab9074adc116432b4535e.tar.gz upstream-70da7324cdf3e9da80eab9074adc116432b4535e.tar.bz2 upstream-70da7324cdf3e9da80eab9074adc116432b4535e.zip |
lantiq: fix binutils 2.15.1 build
SVN-Revision: 47105
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 \ |