This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc-2.5 build with -Os broken on PowerPC


On Thu, Nov 02, 2006 at 07:08:49PM +0100, sparky@pld-linux.org wrote:

> > > glibc 2.5 does not compile on PowerPC with -Os. It fails on:
> > >  sysdeps/powerpc/fpu/e_sqrt.c
> > > and
> > >  sysdeps/powerpc/fpu/e_sqrtf.c
> > > because of undefined reference to __CPU_HAS_FSQRT.

Maybe attached patch would be a suitable solution. It simply does not
include that code if __CPU_HAS_FSQRT is not defined.

-- 
 ____  Sparky{PI] -- Przemyslaw _  ___  _  _  ........... LANG...Pl..Ca..Es..En
/____) ___  ___  _ _ || Iskra  |  | _ \| |  | : WWW........ppcrcd.pld-linux.org
\____\| -_)'___| ||^'||//\\// <   |  _/| |  | : JID......sparky<at>jabberes.org
(____/||   (_-_|_||  ||\\ ||   |_ |_|  |_| _| : Mail....sparky<at>pld-linux.org

Attachment: glibc-ppc-optimize-for-size.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]