Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2003 04:15:12 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44441 for review
Message-ID:  <200312281215.hBSCFCKO019766@repoman.freebsd.org>

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

Change 44441 by jmallett@jmallett_oingo on 2003/12/28 04:14:48

	Reduce diffs with INDY: use my new ARCS code, turn on -Werror.

Affected files ...

.. //depot/projects/mips/sys/mips/conf/GENERIC#15 edit

Differences ...

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

@@ -8,7 +8,6 @@
 ident		GENERIC
 maxusers	0
 
-makeoptions	WERROR=-Wno-error	#XXX: We don't want -Werror just now
 makeoptions	MIPSOPTS=-mips3		#Build for a MIPS III
 
 #makeoptions	TEXTADDR=0x88069000	#Indy
@@ -18,9 +17,7 @@
 options		IP22			#IP22 (Indy, Indigo2, ...)
 
 # Hardware support
-device		arcbios			#ARCBIOS
-options 	ARCBIOS64		#ARCBIOS uses 64-bit pointers in
-					#structures.  Disable for IP22.
+device		arcs			#ARCS Firmware + Console
 
 # Debugging for use in -current
 options 	DDB			#Enable the kernel debugger



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