Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2009 07:19:31 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r195531 - projects/mips/sys/mips/conf
Message-ID:  <200907100719.n6A7JVMb010528@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Jul 10 07:19:30 2009
New Revision: 195531
URL: http://svn.freebsd.org/changeset/base/195531

Log:
  Flag this as a 64-bit build.
  
  # Too many flagas needed to build 64-bit, plus different endian, etc.  The
  # makefile is getting kinda gross with ifdefs.

Modified:
  projects/mips/sys/mips/conf/MALTA64

Modified: projects/mips/sys/mips/conf/MALTA64
==============================================================================
--- projects/mips/sys/mips/conf/MALTA64	Fri Jul 10 07:18:30 2009	(r195530)
+++ projects/mips/sys/mips/conf/MALTA64	Fri Jul 10 07:19:30 2009	(r195531)
@@ -21,6 +21,7 @@ ident		MALTA
 
 makeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
 makeoptions	MIPS_LITTLE_ENDIAN=defined
+makeoptions	TARGET_64BIT=t
 
 options 	YAMON
 



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