Author: jogo Date: 2016-01-24 13:36:10 +0100 (Sun, 24 Jan 2016) New Revision: 48473
Modified: trunk/target/linux/brcm63xx/image/lzma-loader/src/Makefile Log: brcm63xx: fix build of lzma-loader with binutils 2.25.1 Apply the same fix as ar71xx needed in r46893. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/lzma-loader/src/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/lzma-loader/src/Makefile 2016-01-24 12:36:06 UTC (rev 48472) +++ trunk/target/linux/brcm63xx/image/lzma-loader/src/Makefile 2016-01-24 12:36:10 UTC (rev 48473) @@ -24,7 +24,8 @@ 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
