From: Andreas Jaeger Date: Fri, 11 Jan 2002 06:29:56 +0000 (+0100) Subject: i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4daeab16ebeb2ed8f318e57866e762ce80163fc7;p=gcc.git i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march. * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march. From-SVN: r48766 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 444c9e0187a..c9408c7fb20 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-11 Andreas Jaeger + + * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated + march. + 2002-01-10 Richard Henderson * config/alpha/alpha.c (print_operand): Add 'J'. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 125810712c0..369f7dde7a5 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\