i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march.
authorAndreas Jaeger <aj@suse.de>
Fri, 11 Jan 2002 06:29:56 +0000 (07:29 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 11 Jan 2002 06:29:56 +0000 (07:29 +0100)
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
march.

From-SVN: r48766

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

index 444c9e0187a19e80d667cf44ca216cc85de8ee94..c9408c7fb20f8150d123c8c9b8e272b4613f2f0a 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-11  Andreas Jaeger  <aj@suse.de>
+
+       * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
+       march.
+
 2002-01-10  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (print_operand): Add 'J'.
index 125810712c0355aab1e07ddbc50f34bb499252d7..369f7dde7a523b54b5104094b27d1cf19f98da34 100644 (file)
@@ -603,7 +603,7 @@ extern int ix86_arch;
 %{mcpu=athlon-4|mcpu=athlon-xp|mcpu=athlon-mp:\
 -D__tune_athlon_sse__ }\
 %{mcpu=pentium4:-D__tune_pentium4__ }\
-%{march=march=athlon-tbird|march=athlon-xp|march=athlon-mp|march=pentium3|march=pentium4:\
+%{march=athlon-tbird|march=athlon-xp|march=athlon-mp|march=pentium3|march=pentium4:\
 -D__SSE__ }\
 %{march=pentium-mmx|march=k6|march=k6-2|march=k6-3\
 march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\