2007-02-24 11:00:05 +00:00
|
|
|
# glibc options
|
|
|
|
|
2017-05-30 05:32:38 +00:00
|
|
|
# TBD move all the remaining parts into glibc.in.2 and move the sourcing of versions
|
|
|
|
# into the auto-generated choice/menus?
|
|
|
|
|
2012-11-14 13:05:49 +00:00
|
|
|
## depends on ! WINDOWS && ! BARE_METAL && ARCH_USE_MMU
|
2011-05-08 17:02:44 +00:00
|
|
|
##
|
2014-07-27 21:47:24 +00:00
|
|
|
## select LIBC_SUPPORT_THREADS_NATIVE
|
2012-11-22 22:56:58 +00:00
|
|
|
## select CC_CORE_PASSES_NEEDED
|
2017-05-30 05:32:38 +00:00
|
|
|
# TBD: select GETTEXT for build only, not for host
|
2015-10-24 00:49:56 +00:00
|
|
|
## select GETTEXT_NEEDED
|
2017-05-27 07:01:49 +00:00
|
|
|
## select BINUTILS_FORCE_LD_BFD_DEFAULT
|
2011-05-08 17:02:44 +00:00
|
|
|
##
|
|
|
|
## help The de-facto standard for Linux distributions.
|
2015-02-07 18:57:25 +00:00
|
|
|
## help Feature-rich, but large... Most useful for desktop-like systems.
|
2008-09-14 18:09:36 +00:00
|
|
|
|
2017-02-09 21:54:50 +00:00
|
|
|
# GLIBC and kernel are special when it comes to obsoletion. Users
|
|
|
|
# of crosstool-ng depend on the ability to build new toolchains matching
|
|
|
|
# the kernel/libc versions of a particular target system, and LTS releases
|
|
|
|
# are still using quite ancient versions. Please do not retire versions
|
2017-05-27 07:01:49 +00:00
|
|
|
# (including versions in between) until the EOL dates indicated in version.desc.
|
|
|
|
source "config/versions/glibc.in"
|
2017-05-30 05:32:38 +00:00
|
|
|
if GLIBC_USE_PORTS_EXTERNAL
|
|
|
|
source "config/versions/glibc-ports.in"
|
|
|
|
endif
|