[parisc-linux] Don't rebuild gcc/glibc yet
Jeffrey A Law
law@cygnus.com
Tue, 11 Jul 2000 09:16:18 -0600
In message <87em50btaa.fsf@linuxcare.com>you write:
> Is the long double stuff in gcc supposed to work at all?
Yes.
> (i.e. are there definitions of those functions anywhere?)
I believe they're in libc.a or milli.a on hpux systems.
> I get 'sizeof(long double) == 0' when configuring glibc, but
. strangely enough it still wants to use them...
You should never get sizeof long double == 0 -- if long doubles are
not supported, they should be treated like doubles.
jeff