On Sun, Jun 15, 2008 at 12:49 PM, Jay <[EMAIL PROTECTED]> wrote:
>
> When gcc configures the in-tree gmp/mpfr, why
> does it use --host=none-${host_vendor}-${host_os}
> --target=none-${host_vendor}-${host_os}
>
> instead of --host=${host_alias} --target=${target_alias}
>
> This "breaks" config.cache if used across directories, because the platforms
> change.The reason why it is configured with none is so that it can be transfered to more computers than your own. -- Pinski
