Date: Sun, 14 Jun 2009 06:12:21 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r194163 - projects/mips/sys/mips/conf Message-ID: <200906140612.n5E6CLIj037378@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906140612.n5E6CLIj037378>