[Bug bootstrap/26673] Bootstrap of GCC trunk failed when configured with --host=...

grigory_zagorodnev at linux dot intel dot com gcc-bugzilla@gcc.gnu.org
Tue Mar 14 13:32:00 GMT 2006



------- Comment #3 from grigory_zagorodnev at linux dot intel dot com  2006-03-14 13:32 -------
It appears that configuration scheme changed in revision 112028 of trunk
without any notice. 

[trunk revision 112027]
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]

[trunk revision 112028]
System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  --target=TARGET   configure for building compilers for TARGET [HOST]

Thus for my purpose I need --build instead of --host for the trunk.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26673



More information about the Gcc-bugs mailing list