From 3a189048f59661d1f0e0c1bd0c11de4685b7c04f Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Sun, 4 Oct 2015 22:03:04 +0000 Subject: [PATCH] lantiq: fix binutils 2.15.1 build SVN-Revision: 47105 --- target/linux/lantiq/image/lzma-loader/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.30.2