aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-01-11 07:29:56 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2002-01-11 07:29:56 +0100
commit4daeab16ebeb2ed8f318e57866e762ce80163fc7 (patch)
tree959dd67415e9ef6ae601b56ed6213da464bd3948
parent3ac3829f8ec40ed5ee4b1b46562923549f3a8a9f (diff)
downloadgcc-4daeab16ebeb2ed8f318e57866e762ce80163fc7.zip
gcc-4daeab16ebeb2ed8f318e57866e762ce80163fc7.tar.gz
gcc-4daeab16ebeb2ed8f318e57866e762ce80163fc7.tar.bz2
i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march.
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march. From-SVN: r48766
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 444c9e0..c9408c7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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'.
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 1258107..369f7dd 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -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\