diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-18 19:58:46 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-18 19:58:46 +0000 |
commit | 93b677ea4256da1236ae5c4a14b78010e60266d9 (patch) | |
tree | 9a9ab6cba9e769e33647e9a7c64b1cdf4baef5db /sources/uClibc.config-locale | |
parent | 84c90117669a5e574a5c80073a6a6ce0e7a6b21f (diff) |
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/uClibc.config-locale')
-rw-r--r-- | sources/uClibc.config-locale | 3 |
1 files changed, 1 insertions, 2 deletions
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" |