| To: | Dimitri Torfs <dimitri@sonycom.com> |
|---|---|
| Subject: | Re: Support for newer gcc/gas options |
| From: | Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de> |
| Date: | Sat, 10 Jan 2004 02:19:22 +0100 |
| Cc: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl>, linux-mips@linux-mips.org |
| In-reply-to: | <20040109220148.GA3314@sonycom.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20031223114644.GA5458@sonycom.com> <Pine.LNX.4.55.0312231303030.27594@jurand.ds.pg.gda.pl> <20040109220148.GA3314@sonycom.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.4i |
Dimitri Torfs wrote: [snip] > > Thanks for the report -- I suppose we can remove "-mips" whenever > > "-mabi=" is supported by gcc. I'll do an update in January after I am > > back from vacation. > > Tried removing the -mips3 gcc option => -D_MIPS_ISA=_MIPS_ISA_MIPS1 is > set. I think it might be better to use "-mtune=<cpu> -mipsN". That > seems to set the correct options, without any warnings (using gcc > 3.2.2). After having carefully read the gcc documentation (again) > regarding the MIPS options, I think that's the way to go for newer > gcc's as well. If anyone has already tried ? The supposed way is to use -mabi=FOO -march=BAR, where BAR can also be e.g. "mips3". This will choose the proper (probably generic) architecture as well as the ISA defines. Btw, the ISA defines aren't used in the kernel anymore. Thiemo |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] only setup kseg0 coherency after flush_cache_all ..., Jun Sun |
|---|---|
| Next by Date: | Running Linux on an NCD HMX X-Terminal, Adam Nielsen |
| Previous by Thread: | Re: Support for newer gcc/gas options, Dimitri Torfs |
| Next by Thread: | Re: Support for newer gcc/gas options, Dimitri Torfs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |