Passing LDFLAGS to stage2 and stage3 gcc

2008-09-09 Thread Rainer Emrich
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'

Re: Passing LDFLAGS to stage2 and stage3 gcc

2008-09-09 Thread Paul Jarc
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

Re: Passing LDFLAGS to stage2 and stage3 gcc

2008-09-09 Thread Rainer Emrich
[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

Re: Passing LDFLAGS to stage2 and stage3 gcc

2008-09-09 Thread Paolo Bonzini
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