X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fimage%2Frelocate%2FMakefile;fp=target%2Flinux%2Fgeneric%2Fimage%2Frelocate%2FMakefile;h=19e701968f447748be5ce4be26941df7fb94bc10;hb=36b879a0476462ee1d049b8aac5d30189379d141;hp=5f6ebeb096b6dd1ce14a591c619f8c9b617ec0e8;hpb=0c33754ea917d32e4a3e0e01ac98a5248d71ea42;p=openwrt-working-2016%2F.git diff --git a/target/linux/generic/image/relocate/Makefile b/target/linux/generic/image/relocate/Makefile index 5f6ebeb096..19e701968f 100644 --- a/target/linux/generic/image/relocate/Makefile +++ b/target/linux/generic/image/relocate/Makefile @@ -29,7 +29,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 \