svn commit: r201855 - head/contrib/gcc/config/mips

Warner Losh imp at FreeBSD.org
Fri Jan 8 23:37:31 UTC 2010


Author: imp
Date: Fri Jan  8 23:37:30 2010
New Revision: 201855
URL: http://svn.freebsd.org/changeset/base/201855

Log:
  Merge r194519 from projects/mips to head by hand:
  
  r194519 | gonzo | 2009-06-19 17:28:26 -0600 (Fri, 19 Jun 2009) | 3 lines
  - set -mabicalls and -msoft-float as a default in order to
      simplify building ports

Modified:
  head/contrib/gcc/config/mips/freebsd.h

Modified: head/contrib/gcc/config/mips/freebsd.h
==============================================================================
--- head/contrib/gcc/config/mips/freebsd.h	Fri Jan  8 23:30:43 2010	(r201854)
+++ head/contrib/gcc/config/mips/freebsd.h	Fri Jan  8 23:37:30 2010	(r201855)
@@ -97,6 +97,9 @@ Boston, MA 02110-1301, USA.  */
    Needs to agree with <machine/ansi.h>.  GCC defaults come from c-decl.c,
    c-common.c, and config/<arch>/<arch>.h.  */
 
+#undef TARGET_DEFAULT
+#define TARGET_DEFAULT (MASK_ABICALLS | MASK_SOFT_FLOAT)
+
 #if TARGET_ENDIAN_DEFAULT != 0
 #define TARGET_VERSION	fprintf (stderr, " (FreeBSD/mips)");
 #else


More information about the svn-src-head mailing list