possible problem in i386.h?
Andreas Jaeger
aj@suse.de
Thu Jan 10 23:27:00 GMT 2002
lucier@math.purdue.edu writes:
> Line 606 of i386.h says
>
> %{march=march=athlon-tbird|march=athlon-xp|march=athlon-mp|march=pentium3|march=pentium4:\
>
> The "march=march=" doesn't look right.
You're right, I've committed the appended patch as obvious.
Thanks,
Andreas
2002-01-11 Andreas Jaeger <aj@suse.de>
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
march.
============================================================
Index: gcc/config/i386/i386.h
--- gcc/config/i386/i386.h 2002/01/08 22:51:31 1.234
+++ gcc/config/i386/i386.h 2002/01/11 06:28:28
@@ -603,7 +603,7 @@
%{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\
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Gcc
mailing list