hasting2 03/01/30 14:20:03
Modified: live/gcc3/gcc/config/i386 darwin.h
Log:
Force x86 default to "-march=i686 -mcpu=pentium4", comitting to TOT.
Bug #: 3070110
Submitted by: stuart
Revision Changes Path
1.26 +6 -0 src/live/gcc3/gcc/config/i386/darwin.h
Index: darwin.h
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/config/i386/darwin.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- darwin.h 2002/11/20 00:09:52 1.25
+++ darwin.h 2003/01/30 22:20:03 1.26
@@ -245,3 +245,9 @@
} \
else fprintf (FILE, "\tcall mcount\n"); \
} while (0)
+
+#undef SUBTARGET_OVERRIDE_OPTIONS
+/* Force Darwin/x86 to default as "-march=i686 -mcpu=pentium4". */
+#define SUBTARGET_OVERRIDE_OPTIONS \
+ ix86_arch_string = "pentiumpro"; \
+ ix86_cpu_string = "pentium4";