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 ... > [EMAIL PROTECTED] ~]$ gcc -S add-entropy.c -march=x86_64 > add-entropy.c:1: error: bad value (x86_64) for -march= switch > [EMAIL PROTECTED] ~]$ gcc -S add-entropy.c -march=x86-64 > [EMAIL PROTECTED] ~]$ > > Perhaps we should accept "x86_64" as well? ... hence I agree with this for consistency. Ciao, Michael.