Rainer Emrich wrote:
> [EMAIL PROTECTED] schrieb:
>> Rainer Emrich <[EMAIL PROTECTED]> wrote:
>>> So I wan't to pass LDFLAGS="-Wl, -rpath, /somedir" to stage3 to link gcc,
>>> cpp,
>>> etc. with the rpath information.
>> I do this by editing LDFLAGS_FOR_TARGET in the top-level Makefile.in,
>> and
[EMAIL PROTECTED] schrieb:
> Rainer Emrich <[EMAIL PROTECTED]> wrote:
>> So I wan't to pass LDFLAGS="-Wl, -rpath, /somedir" to stage3 to link gcc,
>> cpp,
>> etc. with the rpath information.
>
> I do this by editing LDFLAGS_FOR_TARGET in the top-level Makefile.in,
> and also passing LDFLAGS, BOOT
Rainer Emrich <[EMAIL PROTECTED]> wrote:
> So I wan't to pass LDFLAGS="-Wl, -rpath, /somedir" to stage3 to link gcc, cpp,
> etc. with the rpath information.
I do this by editing LDFLAGS_FOR_TARGET in the top-level Makefile.in,
and also passing LDFLAGS, BOOT_LDFLAGS, and HOST_LDFLAGS assignments
as