Skip to content

Commit

Permalink
Disable GLIBC locales
Browse files Browse the repository at this point in the history
Disable GLIBC locales

Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc committed Jun 26, 2021
1 parent 8eb954c commit 83e35ef
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions linux-armv6/crosstool-ng.config
Original file line number Diff line number Diff line change
Expand Up @@ -480,47 +480,11 @@ CT_GLIBC_EXTRA_CFLAGS=""
# CT_GLIBC_DISABLE_VERSIONING is not set
CT_GLIBC_OLDEST_ABI=""
CT_GLIBC_FORCE_UNWIND=y
CT_GLIBC_LOCALES=y

#
# WARNING!
#

#
# | The built locales will be usable if and only if the build
#

#
# | machine and the target:
#

#
# | - have the same endianness,
#

#
# | - and have the same alignment requirements for uint32_t.
#

#
# | You will have to check by yourself (for now).
#

#
# WARNING!
#

#
# | Building GLIBC locales requires that GLIBC supports
#

#
# | the build machine as the target.
#
# CT_GLIBC_LOCALES is not set
# CT_GLIBC_KERNEL_VERSION_NONE is not set
CT_GLIBC_KERNEL_VERSION_AS_HEADERS=y
# CT_GLIBC_KERNEL_VERSION_CHOSEN is not set
CT_GLIBC_MIN_KERNEL="5.4.127"
CT_GLIBC_MIN_KERNEL="5.12.12"
CT_GLIBC_SSP_DEFAULT=y
# CT_GLIBC_SSP_NO is not set
# CT_GLIBC_SSP_YES is not set
Expand Down

0 comments on commit 83e35ef

Please sign in to comment.