diff options
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index b384be91..e12c3fd3 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -175,7 +175,7 @@ config LIBC_UCLIBC_WCHAR config LIBC_UCLIBC_FENV bool prompt "Add support for fenv.h" - default y if ARCH_x86 + default y if ARCH_X86 help fenv.h provides functions to control the floating point environment, such as rounding mode, exceptions... @@ -193,7 +193,7 @@ config LIBC_UCLIBC_RPC help Enable support for remote procedure calls (RPC) in uClibc. -if ARCH_arm +if ARCH_ARM config LIBC_UCLIBC_USE_GNU_SUFFIX bool default y |