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

Reviewed by:	kan
This commit is contained in:
Olivier Houchard 2007-05-21 08:38:42 +00:00
parent a8698e63bb
commit 67de64dde8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169819

View File

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