This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How do we target Athlon MP?
- From: Richard Henderson <rth at redhat dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 9 Aug 2002 15:46:31 -0700
- Subject: Re: How do we target Athlon MP?
- References: <20020808172204.A5248@disaster.basement.lan>
On Thu, Aug 08, 2002 at 05:22:04PM -0400, Phil Edwards wrote:
> I see that config.gcc recognizes athlon_mp as a machine name, but config.sub
> won't accept it. It later seems to look at a - instead of a _ but of course
> "athlon-mp" becomes "athlon-mp-pc-linux-gnu", and "mp" isn't a vendor.
>
> What triplet should I be using?
At the moment there isn't one. Use -march=athlon-mp?
r~