mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
FreeBSD expects VFP, so use that as the default FPU.
Reviewed by: kan
This commit is contained in:
parent
a8698e63bb
commit
67de64dde8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169819
@ -120,3 +120,6 @@ do \
|
|||||||
(void) sysarch (0, &s); \
|
(void) sysarch (0, &s); \
|
||||||
} \
|
} \
|
||||||
while (0)
|
while (0)
|
||||||
|
|
||||||
|
#undef FPUTYPE_DEFAULT
|
||||||
|
#define FPUTYPE_DEFAULT FPUTYPE_VFP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user