Can't bootstrap gcc 3.4.0 20040205 on cygwin: xgcc: cygwin1.o: No such file or directory
Christopher Faylor
cgf@redhat.com
Fri Feb 20 18:55:00 GMT 2004
On Fri, Feb 20, 2004 at 07:21:57PM +0100, Rainer Orth wrote:
>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.
Yes. See my previous patch.
>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@
I agree. That is confusing.
cgf
More information about the Gcc
mailing list