This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is it x86-64 or x86_64 ?
- From: Michael Matz <matz at suse dot de>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 7 Mar 2006 18:12:12 +0100 (CET)
- Subject: Re: Is it x86-64 or x86_64 ?
- References: <17421.24528.603323.647294@zapata.pink>
Hi,
On Tue, 7 Mar 2006, Andrew Haley wrote:
> Our config tools return "x86_64" as an arch. Like this:
The canonical name is "x86_64" with underscore ...
> [aph@zorro ~]$ gcc -S add-entropy.c -march=x86_64
> add-entropy.c:1: error: bad value (x86_64) for -march= switch
> [aph@zorro ~]$ gcc -S add-entropy.c -march=x86-64
> [aph@zorro ~]$
>
> Perhaps we should accept "x86_64" as well?
... hence I agree with this for consistency.
Ciao,
Michael.