Commit 3f0e0fa2 by Rainer Orth Committed by Richard Henderson

* i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.

From-SVN: r42609
parent f204d330
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> 2001-05-25 Richard Henderson <rth@redhat.com>
* libgcc-std.ver: Export XFmode and TFmode versions of symbols. * libgcc-std.ver: Export XFmode and TFmode versions of symbols.
......
...@@ -437,13 +437,13 @@ extern int ix86_arch; ...@@ -437,13 +437,13 @@ extern int ix86_arch;
#define CC1_CPU_SPEC "\ #define CC1_CPU_SPEC "\
%{!mcpu*: \ %{!mcpu*: \
%{m386:-mcpu=i386 \ %{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 \ %{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 \ %{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 \ %{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 #endif
#ifndef CPP_CPU_DEFAULT_SPEC #ifndef CPP_CPU_DEFAULT_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment