i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march.

* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
	march.

From-SVN: r48766
This commit is contained in:
Andreas Jaeger 2002-01-11 07:29:56 +01:00 committed by Andreas Jaeger
parent 3ac3829f8e
commit 4daeab16eb
2 changed files with 6 additions and 1 deletions

View 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'.

View 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\