This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Do not define -mlong-double-128 on ppc when --without-fp specified?
- From: "Lior Balkohen" <balkohen at gmail dot com>
- To: libc-alpha at sourceware dot org
- Date: Thu, 9 Mar 2006 16:43:41 +0100
- Subject: Re: Do not define -mlong-double-128 on ppc when --without-fp specified?
- References: <196b7d310603090658x36f6333at@mail.gmail.com> <OF0DB165B4.EBC5C503-ON8625712C.0053601E-8625712C.005428C2@us.ibm.com>
2006/3/9, Steve Munroe <sjmunroe@us.ibm.com>:
> Because for powerpc --with-fp is the default. soft-fp is just the generic
> implementation. You need code from nofpu to override the default (--with-fp
> enabled) implementation of functions from fenv.h. Before Roland moved the
> nofpu code to ports this was automatic.
Ahh. Now I'm enlightened!
> Also the nofpu implementation was moved to ports. So you will need > to the ports add-on and at least one patch that has not gone upstream.
According to http://www.gnu.org/software/libc/ports, you're the
subtree maintainer for powerpc. Am I supposed to expect that you'll
commit/check in the mentioned patch?