Oops! Don't disable all float support!

This commit is contained in:
Eric Andersen 2003-11-07 04:56:03 +00:00
parent 225802fc60
commit d30258309f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ TARGET_ARCH="none"
# ARCH_BIG_ENDIAN is not set # ARCH_BIG_ENDIAN is not set
# ARCH_HAS_NO_MMU is not set # ARCH_HAS_NO_MMU is not set
# UCLIBC_HAS_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 # ARCH_HAS_NO_FPU is not set
# HAS_FPU is not set # HAS_FPU is not set
DO_C99_MATH=y DO_C99_MATH=y