jonathan@comp.vuw.ac.nz (11/13/89)
HP300s running 4.3bsd-tahoe from Mt.Xinu do not define __HAVE_68881__. The following diff works around this, letting ``make tests'' make with no significant differences: *** math.h.orig Fri Sep 8 23:37:23 1989 --- math.h Tue Nov 7 09:49:18 1989 *************** *** 28,33 **** --- 28,37 ---- + #if defined(hp300) && defined(__HAVE_FPU__) + #define __HAVE_68881__ 1 + #endif + #ifdef __HAVE_68881__ /* MC68881/2 Floating-Point Coprocessor */ #include <math-68881.h> extern "C" { /* fill in what we've left out */