PERFORCE change 44321 for review

Juli Mallett jmallett at FreeBSD.org
Thu Dec 25 14:39:14 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=44321

Change 44321 by jmallett at 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						\


More information about the p4-projects mailing list