summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-11-18 19:58:46 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-11-18 19:58:46 +0000
commit93b677ea4256da1236ae5c4a14b78010e60266d9 (patch)
tree9a9ab6cba9e769e33647e9a7c64b1cdf4baef5db /sources
parent84c90117669a5e574a5c80073a6a6ce0e7a6b21f (diff)
downloadbuildroot-novena-93b677ea4256da1236ae5c4a14b78010e60266d9.tar.gz
buildroot-novena-93b677ea4256da1236ae5c4a14b78010e60266d9.zip
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.
Diffstat (limited to 'sources')
-rw-r--r--sources/uClibc.config3
-rw-r--r--sources/uClibc.config-locale3
2 files changed, 2 insertions, 4 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index a478d4b0b..a51646cff 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -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"
diff --git a/sources/uClibc.config-locale b/sources/uClibc.config-locale
index db19e6de0..b38c59336 100644
--- a/sources/uClibc.config-locale
+++ b/sources/uClibc.config-locale
@@ -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"