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
What I'm trying to do is the following:
I have a couple of cross compilers in a non default place. To avoid setting
LD_LIBRARY_PATH to find libgmp and libmpfr I used static ones until now.
Now ppl and cloog are coming in to play for trunk. Using static libraries for
all the four liberaries doesn'