summaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-07 04:56:03 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-07 04:56:03 +0000
commitd30258309f7f132512d139b90f979a875bc38b57 (patch)
tree72ce5d17c1333a87dbcd51ee419196524fe2eadf /sources
parent225802fc60b51d568d42d6092e7bbe503ad30ea0 (diff)
downloadbuildroot-novena-d30258309f7f132512d139b90f979a875bc38b57.tar.gz
buildroot-novena-d30258309f7f132512d139b90f979a875bc38b57.zip
Oops! Don't disable all float support!
Diffstat (limited to 'sources')
-rw-r--r--sources/uClibc.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config
index c5111ae1c..472c2cf40 100644
--- a/sources/uClibc.config
+++ b/sources/uClibc.config
@@ -25,7 +25,7 @@ TARGET_ARCH="none"
# ARCH_BIG_ENDIAN is not set
# ARCH_HAS_NO_MMU is not set
# UCLIBC_HAS_MMU is not set
-# UCLIBC_HAS_FLOATS is not set
+UCLIBC_HAS_FLOATS=y
# ARCH_HAS_NO_FPU is not set
# HAS_FPU is not set
DO_C99_MATH=y