i386.h (CPP_CPUCOMMON_SPEC): Remove wrong mcpu.
authorAndreas Jaeger <aj@gcc.gnu.org>
Fri, 11 Jan 2002 13:01:27 +0000 (14:01 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 11 Jan 2002 13:01:27 +0000 (14:01 +0100)
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
mcpu.

From-SVN: r48774

gcc/ChangeLog
gcc/config/i386/i386.h

index c2de8ae14da5ad776977b7a15cc5c630dfc83182..6e68eab56812fe688abd469d91bf1b0aa9bf4caf 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-11  Andreas Jaeger  <aj@suse.de>,
+           Brad Lucier <lucier@math.purdue.edu>
+
+       * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
+       mcpu.
+
 Fri Jan 11 07:35:12 2002  Douglas B Rupp  <rupp@gnat.com>
 
        * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
@@ -6,7 +12,7 @@ Fri Jan 11 07:35:12 2002  Douglas B Rupp  <rupp@gnat.com>
 
 Fri Jan 11 09:25:05 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
-       * c-tree.h: Move function declarations so that they are listed 
+       * c-tree.h: Move function declarations so that they are listed
        under the filename which contains them.
        (check_identifier, finish_decl_top_level,
        lookup_name_current_level_global, shadow_record_fields): Remove.
index 369f7dde7a523b54b5104094b27d1cf19f98da34..f7f569df254bc9628882d5e2d1eb79acaa22badf 100644 (file)
@@ -613,7 +613,7 @@ march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
 |march=athlon-mp: -D__3dNOW__ }\
 %{march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
 |march=athlon-mp: -D__3dNOW_A__ }\
-%{march=mcpu=pentium4: -D__SSE2__ }\
+%{march=pentium4: -D__SSE2__ }\
 %{!march*:%{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}}"
 
 #ifndef CPP_CPU_SPEC