Commit 93b677ea authored by Manuel Novoa III 's avatar Manuel Novoa III
Browse files

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.
parent 84c90117
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −2
Original line number Diff line number Diff line
@@ -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"