summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-06 07:25:30 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commit4000e1def3d48571e52200cd0c0e0010b9ca139f (patch)
tree6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/libc
parentae71ce41063334796b20eb8b834225b2521fedc3 (diff)
Also upgrade non-generated config files
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/avr-libc.in2
-rw-r--r--config/libc/bionic.in2
-rw-r--r--config/libc/glibc.in14
-rw-r--r--config/libc/uClibc.in4
4 files changed, 11 insertions, 11 deletions
diff --git a/config/libc/avr-libc.in b/config/libc/avr-libc.in
index 42500f0..836fed8 100644
--- a/config/libc/avr-libc.in
+++ b/config/libc/avr-libc.in
@@ -1,6 +1,6 @@
# avr-libc options
-## depends on ARCH_avr
+## depends on ARCH_AVR
## depends on ! LINUX && ! WINDOWS && BARE_METAL
##
## select LIBC_SUPPORT_THREADS_NONE
diff --git a/config/libc/bionic.in b/config/libc/bionic.in
index 4d6b857..eafc482 100644
--- a/config/libc/bionic.in
+++ b/config/libc/bionic.in
@@ -1,7 +1,7 @@
# bionic options
## depends on ! WINDOWS && ! BARE_METAL
-## depends on ARCH_arm || ARCH_mips || ARCH_x86
+## depends on ARCH_ARM || ARCH_MIPS || ARCH_X86
## depends on EXPERIMENTAL
## depends on GCC_6_or_later
##
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index bbf893d..363ab34 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -64,7 +64,7 @@ config GLIBC_HAS_LIBIDN_ADDON
# we can find in config/arch/*
config GLIBC_USE_PORTS_ADDON
def_bool y
- depends on ARCH_alpha || ARCH_arm || ARCH_m68k || ARCH_mips || ARCH_powerpc
+ depends on ARCH_ALPHA || ARCH_ARM || ARCH_M68K || ARCH_MIPS || ARCH_POWERPC
depends on GLIBC_HAS_PORTS_ADDON
config GLIBC_USE_PORTS_EXTERNAL
@@ -99,8 +99,8 @@ config GLIBC_EXTRA_CONFIG_ARRAY
config GLIBC_CONFIGPARMS
string
prompt "Extra config params (READ HELP)"
- default "" if ! ARCH_sh
- default "no-z-defs=yes" if ARCH_sh
+ default "" if ! ARCH_SH
+ default "no-z-defs=yes" if ARCH_SH
help
Some architectures need to set options in the file configparms.
This is the case for sh3/4, which really need to set configparms
@@ -179,7 +179,7 @@ config GLIBC_LOCALES
Whether to build and install the libc locale files for the target,
which is required in order to support internationalization.
-if LIBC_glibc && GLIBC_LOCALES
+if LIBC_GLIBC && GLIBC_LOCALES
comment "WARNING! "
comment "| The built locales will be usable if and only if the build "
comment "| machine and the target: "
@@ -189,9 +189,9 @@ comment "| You will have to check by yourself (for now). "
comment "WARNING! "
comment "| Building GLIBC locales requires that GLIBC supports "
comment "| the build machine as the target. "
-endif # LIBC_glibc && GLIBC_LOCALES
+endif # LIBC_GLIBC && GLIBC_LOCALES
-if KERNEL_linux
+if KERNEL_LINUX
choice GLIBC_SUPPORTED_KERNEL
bool
@@ -286,4 +286,4 @@ config GLIBC_MIN_KERNEL
default LINUX_VERSION if GLIBC_KERNEL_VERSION_AS_HEADERS
default GLIBC_MIN_KERNEL_VERSION if GLIBC_KERNEL_VERSION_CHOSEN
-endif # KERNEL_linux
+endif # KERNEL_LINUX
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index b384be9..e12c3fd 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