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 PING: Build machinery: Set poststage1_ldflags for all builds


Richard Guenther <richard.guenther@gmail.com> writes:

> So you say that it's impossible for distributors to avoid the static
> link?  What happens when I'd do --with-boot-ldflags without argument?
> Are those ldflags appended to the usual ones picking up stage-$prev
> libs or do they replace them?

The top level Makefile uses environment variables to find the dynamic
libraries built in previous stages, not rpaths encoded in the binary, so
I think there is no issue here.

Ian


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