|
|
|
@ -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
|
|
|
|
|