Re: [PATCH] Add a configurable directory prefix for dynamic linkers.

2014-12-04 Thread heroxbd
Hi Matthew, Richard, Matthew Fortune writes: > Richard Biener writes: >> On Thu, Dec 4, 2014 at 8:59 AM, Benda Xu wrote: >> > Hello, >> > >> > libc could be installed in a directory prefix. This patch provides a >> > way to specify such a prefix for gcc at configuration time. >> > >> > I have

RE: [PATCH] Add a configurable directory prefix for dynamic linkers.

2014-12-04 Thread Matthew Fortune
Richard Biener writes: > On Thu, Dec 4, 2014 at 8:59 AM, Benda Xu wrote: > > Hello, > > > > libc could be installed in a directory prefix. This patch provides a > > way to specify such a prefix for gcc at configuration time. > > > > I have only tested the patch with glibc on amd64, x86 and arm.

Re: [PATCH] Add a configurable directory prefix for dynamic linkers.

2014-12-04 Thread Richard Biener
On Thu, Dec 4, 2014 at 8:59 AM, Benda Xu wrote: > Hello, > > libc could be installed in a directory prefix. This patch provides > a way to specify such a prefix for gcc at configuration time. > > I have only tested the patch with glibc on amd64, x86 and arm. > It is logically straightforward. Ple