[adm5120] lzma-loader: fix compiler warnings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10321 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2008-01-30 08:23:36 +00:00
parent c142433b4f
commit 42ecd83972
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ BIN_FLAGS := -O binary -R .reginfo -R .note -R .comment -R .mdebug -S
CFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -Os \ CFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -Os \
-fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic \ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 -mno-abicalls -fno-pic \
-ffunction-sections -pipe -mlong-calls -fno-common \ -ffunction-sections -pipe -mlong-calls -fno-common -ffreestanding \
-ffreestanding \ -fhonour-copts \
-mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap
CFLAGS += -DLOADADDR=$(LOADADDR) -D_LZMA_PROB32 CFLAGS += -DLOADADDR=$(LOADADDR) -D_LZMA_PROB32