Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2003 02:05:18 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44437 for review
Message-ID:  <200312281005.hBSA5Ii7089467@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=44437

Change 44437 by jmallett@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312281005.hBSA5Ii7089467>