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, darwin] repost of a patch to make "-static-libgfortan" work.


I haven't looked at the patch, but...

>     gcc/config/x-darwin:  add a flag signalling that this host needs
> distinct static library names.

This is a target-specific feature, not a host-specific feature.  While
Darwin is almost always bootstrapped, you can still see the difference:
if I build a darwin-to-linux cross (build=host=darwin, target=linux) the
linker *will* have working -Bstatic/-Bdynamic.

You can put it in config/darwin.h.

Paolo


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