Sun Dec 21 11:48:30 2008 UTC ()
Update flags to match reality.


(ad)
diff -r1.6 -r1.7 src/sys/arch/mips/include/Makefile.inc

cvs diff -r1.6 -r1.7 src/sys/arch/mips/include/Makefile.inc (expand / switch to unified diff)

--- src/sys/arch/mips/include/Makefile.inc 2006/06/02 19:45:56 1.6
+++ src/sys/arch/mips/include/Makefile.inc 2008/12/21 11:48:30 1.7
@@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
1# $NetBSD: Makefile.inc,v 1.6 2006/06/02 19:45:56 mrg Exp $ 1# $NetBSD: Makefile.inc,v 1.7 2008/12/21 11:48:30 ad Exp $
2 2
3# Standard kernel compile flags 3CFLAGS+= -G 0 -mno-abicalls -ffixed-23
4CFLAGS += -G 0 -mno-abicalls 
5 4
6# Needed so modules loaded in KSEG2 can make calls to KSEG0 5.if ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
7CFLAGS += -mlong-calls 6CFLAGS+= -msym32
 7.endif
 8
 9AFLAGS+= -mno-abicalls -x assembler-with-cpp -traditional-cpp ${AOPTS}