On 3/5/07, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Montag, 5. März 2007 16:25:09 schrieb Dan McGee:
On 3/5/07, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On 3/5/07, Pierre Schmitz <pierre@archlinux.de> wrote:
Am Montag, 5. März 2007 00:34:15 schrieb Dan McGee:
This is the chost determined by configure, so I would guess it is right. However, I do not know much about how that works, so you may want to read up on it more if you think it is wrong.
Well, other distros are using x86_64-pc-linux-gnu (e.g.: http://gentoo-wiki.com/Safe_Cflags#Athlon_64_.28AMD.29) So I think the current chost is wrong.
No one is questioning what is correct. The problem is that the autotooled configure script is what generates this value. Not us. if you look at the configure.ac script, it does: CHOST="$host"
The host variable comes from configure.
Can you do a cvs update on the sources and try running ./config.guess in the root directory? We just added it to CVS, so we are not using a version from 2005 or earlier anymore. Make sure you are using the CVS copy and not one that was locally created (grep "^timestamp" config.guess, you should see a date in 2007). Let us know what this spits out. -Dan