diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-11 13:01:27 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-11 13:01:27 +0000 |
commit | 0295b9c17a77ba6080186c64cdd2c3d86321f516 (patch) | |
tree | 7b1c9112f3dc5ec2b50be42f91cb8b252eb8ce2a /gcc/config | |
parent | e6c74fc092b1c867959a9f9c2f560af65e5135f3 (diff) | |
download | gcc-0295b9c17a77ba6080186c64cdd2c3d86321f516.tar.gz |
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
mcpu.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 369f7dde7a5..f7f569df254 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -613,7 +613,7 @@ march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\ |march=athlon-mp: -D__3dNOW__ }\ %{march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\ |march=athlon-mp: -D__3dNOW_A__ }\ -%{march=mcpu=pentium4: -D__SSE2__ }\ +%{march=pentium4: -D__SSE2__ }\ %{!march*:%{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}}" #ifndef CPP_CPU_SPEC |