Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 05:12:46 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73429 for review
Message-ID:  <200503180512.j2I5CkTT060120@repoman.freebsd.org>

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

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



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