This is the mail archive of the gcc-patches@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]

Re: PATCH RFA: Only define USE_COLLECT2 in host makefile fragments


neroden@twcny.rr.com (Nathanael Nerode) writes:

> OK, so I'm holding off on my patch because I'm unsure whether the
> issues are actually *build* machines which can't build collect2 (which
> sounds unlikely, but is what Ian described), or *host* machines *for* which
> collect2 cannot be built (due to inability to link against needed libraries
> or whatever).  Since I have none of the affected systems, I do not
> know the failure modes.

Thanks for checking this in.  Sorry for the confusion.  When I said
that "there are a few non-Unix systems which are as yet unable to
build collect2" that was not a reference to the build system.  I
simply meant that it was not possible to compile and link collect2 on
those systems, which means that when they those systems are the host
system, we should not build collect2.  It looks like you did figure
that out, although I think host_can_use_collect2 is a slightly
misleading name; the host could *use* collect2, it's just that the
host can not compile and link collect2.

Doing the error check in configure is certainly a good change.

Ian


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