diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-07 04:56:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-07 04:56:03 +0000 |
commit | d30258309f7f132512d139b90f979a875bc38b57 (patch) | |
tree | 72ce5d17c1333a87dbcd51ee419196524fe2eadf /sources/uClibc.config | |
parent | 225802fc60b51d568d42d6092e7bbe503ad30ea0 (diff) | |
download | buildroot-novena-d30258309f7f132512d139b90f979a875bc38b57.tar.gz buildroot-novena-d30258309f7f132512d139b90f979a875bc38b57.zip |
Oops! Don't disable all float support!
Diffstat (limited to 'sources/uClibc.config')
-rw-r--r-- | sources/uClibc.config | 2 |
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 |