This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't bootstrap gcc 3.4.0 20040205 on cygwin: xgcc: cygwin1.o: No such file or directory
Christopher Faylor writes:
> cygwin1.o is a target file. It's only intended for x86 targeted
> systems, not for any compiler hosted on cygwin.
In that case, the correct fix seems to be to have config.gcc define
extra_gcc_objs as cygwin1.o and include @extra_gcc_objs@ in Makefile.in's
EXTRA_GCC_OBJS.
What confuses me is why (unlike the other EXTRA_ make macros)
EXTRA_GCC_OBJS currently is @host_extra_gcc_objs@ (which would be defined
in config.host, but is currently empty). Maybe this is just wrong and
Makefile.in should have
EXTRA_GCC_OBJS =@extra_gcc_objs@
Confused.
Rainer
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University