PERFORCE change 44437 for review

Juli Mallett jmallett at FreeBSD.org
Sun Dec 28 02:05:21 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=44437

Change 44437 by jmallett at jmallett_oingo on 2003/12/28 02:04:22

	Temporarily override ABI while I get together a new bit of
	ARCS code.

Affected files ...

.. //depot/projects/mips/sys/conf/Makefile.mips#10 edit

Differences ...

==== //depot/projects/mips/sys/conf/Makefile.mips#10 (text+ko) ====

@@ -41,7 +41,7 @@
 .include "$S/conf/kern.pre.mk"
 
 MIPSOPTS?= -mips3
-COPTS+= ${MIPSOPTS} -mno-abicalls -fno-pic -msoft-float
+COPTS+= ${MIPSOPTS} -mno-abicalls -fno-pic -msoft-float -mabi=o64 -mlong64
 
 CFLAGS+= -D${PLATFORM}
 


More information about the p4-projects mailing list