* i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Sat, 26 May 2001 00:46:02 +0000 (00:46 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 26 May 2001 00:46:02 +0000 (17:46 -0700)
From-SVN: r42609

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

index 6c3da5744978bc99b2b5090eaab64ef99d9a23e8..0357fc24dfd7e213d4495c83ffcd3f7d1e1c4f1e 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.
+
 2001-05-25  Richard Henderson  <rth@redhat.com>
 
        * libgcc-std.ver: Export XFmode and TFmode versions of symbols.
index 0fb1e4c189e8be961bd513703bac14739214aad5..9f47f5cac7219fd00a364a38a68847e63be03ca2 100644 (file)
@@ -437,13 +437,13 @@ extern int ix86_arch;
 #define CC1_CPU_SPEC "\
 %{!mcpu*: \
 %{m386:-mcpu=i386 \
-%n`-m386' is deprecated. Use `-march' or `-mcpu' instead.\n} \
+%n`-m386' is deprecated. Use `-march=i386' or `-mcpu=i386' instead.\n} \
 %{m486:-mcpu=i486 \
-%n`-m486' is deprecated. Use `-march' or `-mcpu' instead.\n} \
+%n`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.\n} \
 %{mpentium:-mcpu=pentium \
-%n`-mpentium' is deprecated. Use `-march' or `-mcpu' instead.\n} \
+%n`-mpentium' is deprecated. Use `-march=pentium' or `-mcpu=pentium' instead.\n} \
 %{mpentiumpro:-mcpu=pentiumpro \
-%n`-mpentiumpro' is deprecated. Use `-march' or `-mcpu' instead.\n}}"
+%n`-mpentiumpro' is deprecated. Use `-march=pentiumpro' or `-mcpu=pentiumpro' instead.\n}}"
 #endif
 \f
 #ifndef CPP_CPU_DEFAULT_SPEC