This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: configuring in-tree gmp/mpfr with "none"?
- From: "Andrew Pinski" <pinskia at gmail dot com>
- To: Jay <jayk123 at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 17 Jun 2008 13:39:42 -0400
- Subject: Re: configuring in-tree gmp/mpfr with "none"?
- References: <BAY139-W162C29DAF463FFF6ABB94FE6AE0@phx.gbl>
On Sun, Jun 15, 2008 at 12:49 PM, Jay <jayk123@hotmail.com> 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