Subject: Re: Missing FP functions?
To: None <wrstuden@nas.nasa.gov>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-macppc
Date: 02/18/2000 23:54:06
> > my upgrade to 1.4.2_ALPHA as of this morning is nearly complete,
> > but my "make build" stopped at this point:
> >
> > all ===> regress/lib/libc/ieeefp/except
> >
> > Are these functions not yet implemented on the PPC platform, or
> > is something else wrong with my setup?
>
> These functions are not yet implemented. Everyone else just ignores
> regress. :-(
Any objection to doing
.if ${MACHINE_ARCH} != "powerpc"
SUBDIR+= except round
.endif
in regress/lib/libc/ieeefp/Makefile
for the 1.4.2 release?
I mean, "Hello!"... "make build" really ought to complete
without errors.
- Havard