Author: matteo
Date: 2015-10-05 00:03:04 +0200 (Mon, 05 Oct 2015)
New Revision: 47105

Modified:
   trunk/target/linux/lantiq/image/lzma-loader/src/Makefile
Log:
lantiq: fix binutils 2.15.1 build

Modified: trunk/target/linux/lantiq/image/lzma-loader/src/Makefile
===================================================================
--- trunk/target/linux/lantiq/image/lzma-loader/src/Makefile    2015-10-04 
11:34:39 UTC (rev 47104)
+++ trunk/target/linux/lantiq/image/lzma-loader/src/Makefile    2015-10-04 
22:03:04 UTC (rev 47105)
@@ -28,7 +28,7 @@
 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 \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to