From: Eric Andersen Date: Fri, 7 Nov 2003 04:56:03 +0000 (-0000) Subject: Oops! Don't disable all float support! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d30258309f7f132512d139b90f979a875bc38b57;p=buildroot.git Oops! Don't disable all float support! --- diff --git a/sources/uClibc.config b/sources/uClibc.config index c5111ae1cd..472c2cf405 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