Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 14:39:11 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44321 for review
Message-ID:  <200312252239.hBPMdB0G022847@repoman.freebsd.org>

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

Change 44321 by jmallett@jmallett_oingo on 2003/12/25 14:39:05

	Catch up with newer, cleverer, tastier ABI selection code.  We
	default to 64-bit.

Affected files ...

.. //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#10 edit

Differences ...

==== //depot/projects/mips/contrib/gcc/config/mips/freebsd.h#10 (text+ko) ====

@@ -20,6 +20,9 @@
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#undef	MIPS_ABI_DEFAULT
+#define	MIPS_ABI_DEFAULT	ABI_64
+
 #undef	FBSD_TARGET_CPU_CPP_BUILTINS
 #define	FBSD_TARGET_CPU_CPP_BUILTINS()		\
   do						\



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