This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- Comment #1 from grigory_zagorodnev at linux dot intel dot com  2006-03-14 07:10 -------
With recent version of 'configure', came in revision 112028, generated Makefile
contains wrong tool names for the native build.

$ grep x86_64-redhat-linux Makefile
AS = x86_64-redhat-linux-as
AR = x86_64-redhat-linux-ar
CC = x86_64-redhat-linux-gcc
CXX = x86_64-redhat-linux-c++


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]