Turn on HAS_FPU by default. If soft float support is configured in the
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. TODO: Implement a buildroot options for no float support at all.
This commit is contained in:
parent
84c9011766
commit
93b677ea42
@ -25,8 +25,7 @@ TARGET_ARCH="none"
|
||||
# ARCH_BIG_ENDIAN is not set
|
||||
# ARCH_HAS_NO_MMU is not set
|
||||
UCLIBC_HAS_FLOATS=y
|
||||
# ARCH_HAS_NO_FPU is not set
|
||||
# HAS_FPU is not set
|
||||
HAS_FPU=y
|
||||
DO_C99_MATH=y
|
||||
WARNINGS="-Wall"
|
||||
KERNEL_SOURCE="/usr/src/linux"
|
||||
|
@ -25,8 +25,7 @@ TARGET_ARCH="none"
|
||||
# ARCH_BIG_ENDIAN is not set
|
||||
# ARCH_HAS_NO_MMU is not set
|
||||
UCLIBC_HAS_FLOATS=y
|
||||
# ARCH_HAS_NO_FPU is not set
|
||||
# HAS_FPU is not set
|
||||
HAS_FPU=y
|
||||
DO_C99_MATH=y
|
||||
WARNINGS="-Wall"
|
||||
KERNEL_SOURCE="/usr/src/linux"
|
||||
|
Loading…
Reference in New Issue
Block a user