public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* configuring in-tree gmp/mpfr with "none"?
@ 2008-06-15 16:50 Jay
  2008-06-17 17:40 ` Andrew Pinski
  0 siblings, 1 reply; 9+ messages in thread
From: Jay @ 2008-06-15 16:50 UTC (permalink / raw)
  To: gcc


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.

I'm trying like:
  mkdir /obj  
  cd /obj  
  /src/gcc/configure -cache-file=`pwd`/config.cache  
  # must delete the initial one as well, else another problem 
  rem config.cache  
  make  

With the 4.3.1 release.

Thanks,
 - Jay

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-08-04 14:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-15 16:50 configuring in-tree gmp/mpfr with "none"? Jay
2008-06-17 17:40 ` Andrew Pinski
2008-06-18  4:54   ` Jay
     [not found]   ` <BAY139-W155015ADB5180EDEAB8B9CE6AB0@phx.gbl>
2008-06-18 10:54     ` Andrew Pinski
2008-07-31 11:45       ` Jay
2008-07-31 15:00         ` Paolo Bonzini
2008-08-04 10:26           ` Jay
2008-08-04 11:06             ` Paolo Bonzini
2008-08-04 14:47               ` Vincent Lefevre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).