This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Solaris 8/Intel] Wrong -m<arch> deprecation messages


Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:

> When using gcc 3.0 20010425 on Solaris 8 to build XFree86 4.0.3, I noticed
> the following wrong warning:
> 
> > touch test.c
> > ./xgcc -B./ -m486 -c test.c
> `-mpentium' is deprecated. Use `-march' or `-mcpu' instead.
> 
> This is clearly wrong.  The following patch fixes this, and improves the
> wording of the message since e.g. -m486 needs to become -march=i486.  Not
> bootstrapped as an obvious fix.

Jakub was some hours faster than you and committed the same patch
already.

Thanks,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]