diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-06 00:25:30 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | 4000e1def3d48571e52200cd0c0e0010b9ca139f (patch) | |
tree | 6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/libc | |
parent | ae71ce41063334796b20eb8b834225b2521fedc3 (diff) | |
download | crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.gz crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.bz2 crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.zip |
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.in | 2 | ||||
-rw-r--r-- | config/libc/bionic.in | 2 | ||||
-rw-r--r-- | config/libc/glibc.in | 14 | ||||
-rw-r--r-- | config/libc/uClibc.in | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/config/libc/avr-libc.in b/config/libc/avr-libc.in index 42500f0a..836fed81 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 4d6b857a..eafc482a 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 bbf893d7..363ab348 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 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 |