svn commit: r204995 - user/jmallett/octeon/contrib/gcc/config/mips

Juli Mallett jmallett at FreeBSD.org
Thu Mar 11 02:01:55 UTC 2010


Author: jmallett
Date: Thu Mar 11 02:01:55 2010
New Revision: 204995
URL: http://svn.freebsd.org/changeset/base/204995

Log:
  Fix typo from pre-commit cleanup.  Pre-commit cleanups are always a bad idea.

Modified:
  user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h

Modified: user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h
==============================================================================
--- user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h	Thu Mar 11 01:48:25 2010	(r204994)
+++ user/jmallett/octeon/contrib/gcc/config/mips/freebsd.h	Thu Mar 11 02:01:55 2010	(r204995)
@@ -260,9 +260,9 @@ Boston, MA 02110-1301, USA.  */
  * Shouldn't this also be dependent on !mips*?
  */
 #ifdef MIPS_CPU_STRING_DEFAULT
-#define DRIVER_SELF_ISA_SPEC	"{!march=*: -march=" MIPS_CPU_STRING_DEFAULT "}"
+#define DRIVER_SELF_ISA_SPEC	"%{!march=*: -march=" MIPS_CPU_STRING_DEFAULT "}"
 #else
-#define	DRIVER_SELF_ISA_SPEC	"{!march=*: -march=from-abi}"
+#define	DRIVER_SELF_ISA_SPEC	"%{!march=*: -march=from-abi}"
 #endif
 
 #undef DRIVER_SELF_SPECS


More information about the svn-src-user mailing list