This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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