X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fimage%2Flzma-loader%2Fsrc%2FMakefile;fp=target%2Flinux%2Fbrcm63xx%2Fimage%2Flzma-loader%2Fsrc%2FMakefile;h=167bf6455adeb11e844725249457f1233afc6e76;hp=50c22d8b29eed00c3a3de0ebaae73ce2dd95b74e;hb=0c33754ea917d32e4a3e0e01ac98a5248d71ea42;hpb=ec6d030966dd72ffc495f533f4ea272c8713332d;ds=sidebyside diff --git a/target/linux/brcm63xx/image/lzma-loader/src/Makefile b/target/linux/brcm63xx/image/lzma-loader/src/Makefile index 50c22d8b29..167bf6455a 100644 --- a/target/linux/brcm63xx/image/lzma-loader/src/Makefile +++ b/target/linux/brcm63xx/image/lzma-loader/src/Makefile @@ -24,7 +24,8 @@ 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 \