Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2003 21:29:42 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24213 for review
Message-ID:  <200301260529.h0Q5TguG067218@repoman.freebsd.org>

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

Change 24213 by jmallett@jmallett_dalek on 2003/01/25 21:29:33

	Set up COPTS for -mips3.

Affected files ...

.. //depot/projects/mips/sys/conf/Makefile.mips#4 edit
.. //depot/projects/mips/sys/mips/conf/GENERIC#7 edit

Differences ...

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

@@ -40,7 +40,8 @@
 COPTS+= -D__FreeBSD__
 .endif
 
-COPTS+= -mno-abicalls -fno-pic -msoft-float
+MIPSOPTS?= -mips3
+COPTS+= ${MIPSOPTS} -mno-abicalls -fno-pic -msoft-float
 
 %BEFORE_DEPEND
 

==== //depot/projects/mips/sys/mips/conf/GENERIC#7 (text+ko) ====

@@ -9,6 +9,7 @@
 maxusers	0
 
 makeoptions	WERROR=-Wno-error	#XXX: We don't want -Werror just now
+makeoptions	MIPSOPTS=-mips3		#Build for a MIPS III
 
 # Platform support
 platform	sgimips			#SGI MIPS systems.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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