FreeBSD expects VFP, so use that as the default FPU.

Reviewed by:	kan
This commit is contained in:
cognet 2007-05-21 08:38:42 +00:00
parent 24abaf28df
commit ae26a6fdf6

View File

@ -120,3 +120,6 @@ do \
(void) sysarch (0, &s); \
} \
while (0)
#undef FPUTYPE_DEFAULT
#define FPUTYPE_DEFAULT FPUTYPE_VFP