diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index e5d59e35a..d0832fb68 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -48,7 +48,7 @@ config UCLIBC_HAS_FLOATS Answering N to this option can reduce the size of uClibc. Most people will answer Y. -config HAS_FPU +config UCLIBC_HAS_FPU bool "Target CPU has a floating point unit (FPU)" depends on UCLIBC_HAS_FLOATS default y @@ -64,7 +64,7 @@ config HAS_FPU config UCLIBC_HAS_SOFT_FLOAT bool - depends on UCLIBC_HAS_FLOATS && !HAS_FPU + depends on UCLIBC_HAS_FLOATS && !UCLIBC_HAS_FPU default y config DO_C99_MATH |