* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
authorJakub Jelinek <jakub@redhat.com>
Sat, 2 Feb 2002 00:05:11 +0000 (01:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 2 Feb 2002 00:05:11 +0000 (01:05 +0100)
From-SVN: r49419

gcc/ChangeLog
gcc/config/i386/i386.h

index 1ba587485d8050695055948dd31601ef1b54a897..1527f151b3420ff2bb0d9d82082fb742435adb89 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
+
 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/5304:
index 58f65c11908fd45516391127f4c83f3e1a0ce6a4..01510473c98095b0bf1f2a3be1623bc12b5f0f71 100644 (file)
@@ -606,10 +606,10 @@ extern int ix86_arch;
 %{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\
+|march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
 |march=athlon-mp|march=pentium2|march=pentium3|march=pentium4: -D__MMX__ }\
 %{march=k6-2|march=k6-3\
-march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\
+|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__ }\