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
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
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
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
>
> 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
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
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