[cs] pipe infrastructure support

Zack Weinberg zack@codesourcery.com
Wed Sep 24 23:08:00 GMT 2003


Ian Lance Taylor <ian@wasabisystems.com> writes:

> If your concern is exclusively a cross-compiler configuration, then
> another approach is to get the GNU linker to do everything which
> collect2 does.

Again, I sympathize with this desire, but it doesn't solve my problem
right now.

My understanding is that collect2's only function, for systems with a
modern GNU linker, is handling -frepo mode template instantiation.
Mike had a patch to avoid the use of collect2 entirely when it wasn't
going to do anything - whatever happened to that?

However, even if such a patch is applied, it won't solve my problem;
my clients want to be able to use -frepo with this cross compiler.

zw



More information about the Gcc-patches mailing list