svn commit: r194163 - projects/mips/sys/mips/conf

Warner Losh imp at FreeBSD.org
Sun Jun 14 06:12:21 UTC 2009


Author: imp
Date: Sun Jun 14 06:12:21 2009
New Revision: 194163
URL: http://svn.freebsd.org/changeset/base/194163

Log:
  Kludge: pretend to be ISA_MIPS32 for the moment.

Modified:
  projects/mips/sys/mips/conf/OCTEON1

Modified: projects/mips/sys/mips/conf/OCTEON1
==============================================================================
--- projects/mips/sys/mips/conf/OCTEON1	Sun Jun 14 06:11:51 2009	(r194162)
+++ projects/mips/sys/mips/conf/OCTEON1	Sun Jun 14 06:12:21 2009	(r194163)
@@ -25,6 +25,7 @@ ident		OCTEON1
 
 # Don't build any modules yet.
 makeoptions	MODULES_OVERRIDE=""
+makeoptions     TARGET_BIG_ENDIAN=defined
 
 options		KERNVIRTADDR=0x80100000
 include		"../octeon1/std.octeon1"
@@ -33,6 +34,9 @@ hints		"OCTEON1.hints"		#Default places 
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 
+#XXXimp: Need to make work with 64-bit too
+options 	ISA_MIPS32
+
 options		DDB
 options		KDB
 


More information about the svn-src-projects mailing list