This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: libm functions for x86-64
On Thu, Mar 16, 2006 at 06:41:28PM -0500, Mike Frysinger wrote:
> On Tuesday 14 March 2006 11:42, Michael Matz wrote:
> > I would like to know the best way to move forward with this.
>
> unless i did something wrong, this patch causes build failures when applied to
> glibc-2.4 / trunk ...
>
> so in a clean cvs checkout of the libc dir on an amd64 host:
> gzcat libm-x86-64.diff.gz | patch -p0
You need "patch -E ...".
H.J.