Re: -fpic instead of -fPIC

2005-06-07 Thread Ralf Wildenhues
Hi Joakim, * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 11:15:40PM CEST: > > * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 07:21:17PM CEST: > > > > > > OK, will look at that some more. I don't automake, autoconf and libtool > > > very well so I need > > > a liite guidance here. Can I just

RE: -fpic instead of -fPIC

2005-06-06 Thread Bob Friesenhahn
On Mon, 6 Jun 2005, Joakim Tjernlund wrote: Nope, not yet. Will have to slap myself and my team in that case :) I have read that doc and learned a lot from it. However even Drepper seems to like -fpic in one case: glibc for ppc is compiled with -fpic. PPC can handle big libs even with -fpic. A

RE: -fpic instead of -fPIC

2005-06-06 Thread Joakim Tjernlund
Hi Ralf, thanks for your input > > Hi Joakim, > > * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 07:21:17PM CEST: > > > * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 04:10:31PM CEST: > > > > > > > > I want to use -fpic instead of -fPIC

Re: -fpic instead of -fPIC

2005-06-06 Thread Ralf Wildenhues
Hi Joakim, * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 07:21:17PM CEST: > > * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 04:10:31PM CEST: > > > > > > I want to use -fpic instead of -fPIC on a powerpc(linux) target since > > > that generates smaller and f

RE: -fpic instead of -fPIC

2005-06-06 Thread Joakim Tjernlund
> > Hi Joakim, > > * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 04:10:31PM CEST: > > > > I want to use -fpic instead of -fPIC on a powerpc(linux) target since > > that generates smaller and faster libs. But I can't find out how to > > make li

Re: -fpic instead of -fPIC

2005-06-06 Thread Ralf Wildenhues
Hi Joakim, * Joakim Tjernlund wrote on Mon, Jun 06, 2005 at 04:10:31PM CEST: > > I want to use -fpic instead of -fPIC on a powerpc(linux) target since > that generates smaller and faster libs. But I can't find out how to > make libtool use -fpic. I don't want to d

-fpic instead of -fPIC

2005-06-06 Thread Joakim Tjernlund
Hi I want to use -fpic instead of -fPIC on a powerpc(linux) target since that generates smaller and faster libs. But I can't find out how to make libtool use -fpic. I don't want to do local changes to the installed libtool. build host is linux/x86. Any idea