]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-xxs1500-2.4.21/zboot-Makefile-flags.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-xxs1500-2.4.21 / zboot-Makefile-flags.diff
1 --- arch/mips/zboot/Makefile.o  2004-10-09 19:44:27.380145288 +0200
2 +++ arch/mips/zboot/Makefile    2004-10-09 19:46:17.643382728 +0200
3 @@ -27,7 +27,7 @@
4  
5  CFLAGS := $(CPPFLAGS) -O2 -D__BOOTER__ \
6         -fomit-frame-pointer -fno-strict-aliasing -fno-common \
7 -       -G 0 -mno-abicalls -fno-pic -mcpu=r4600 -mips2 \
8 +       -G 0 -mno-abicalls -fno-pic -mabi=32 -march=mips32 -mips32 \
9                 -I$(TOPDIR)/arch/$(ARCH)/zboot/include \
10                 -I$(TOPDIR)/include/asm
11  AFLAGS += -D__BOOTER__