PERFORCE change 73429 for review

Juli Mallett jmallett at FreeBSD.org
Thu Mar 17 21:12:48 PST 2005


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

Change 73429 by jmallett at jmallett_windward on 2005/03/18 05:12:21

	The compiler works, now I have to find something else to do
	again.

Affected files ...

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

Differences ...

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

@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	500013
+%VERSREQ=	600001
 
 # We support multiple platforms, and would do well to have a variable for
 # the platform we are building for.
@@ -40,8 +40,7 @@
 .endif
 .include "$S/conf/kern.pre.mk"
 
-MIPSOPTS?= -mips3
-CFLAGS+= -D${PLATFORM} ${MIPSOPTS}
+CFLAGS+= -D${PLATFORM}
 # Disable the gp.
 LDFLAGS+= -G0
 


More information about the p4-projects mailing list