2007-02-24 11:00:05 +00:00
|
|
|
# glibc options
|
|
|
|
|
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
|
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
|
|
|
|
2014-07-27 22:09:38 +00:00
|
|
|
config THREADS
|
|
|
|
default "nptl"
|
|
|
|
|
2015-05-02 00:51:37 +00:00
|
|
|
config CC_GLIBC_SHOW_LINARO
|
|
|
|
bool
|
|
|
|
prompt "Show Linaro versions"
|
|
|
|
help
|
|
|
|
Linaro is maintaining some advanced/more stable/experimental versions
|
|
|
|
of glibc, especially for the ARM architecture.
|
|
|
|
|
|
|
|
Those versions have not been blessed by the glibc comunity (nor have they
|
|
|
|
been cursed either!), but they look to be pretty much stable, and even
|
|
|
|
more stable than the upstream versions. YMMV...
|
|
|
|
|
|
|
|
If you do not know what this Linaro stuff is, then simply say 'n' here,
|
|
|
|
and rest in peace. OTOH, if you know what you are doing, you will be
|
|
|
|
able to use and enjoy :-) the Linaro versions by saying 'y' here.
|
|
|
|
|
|
|
|
Linaro: http://www.linaro.org/
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "glibc version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2015-09-02 01:41:43 +00:00
|
|
|
config LIBC_GLIBC_V_2_22
|
|
|
|
bool
|
|
|
|
prompt "2.22"
|
|
|
|
select LIBC_GLIBC_2_21_or_later
|
|
|
|
|
2015-02-07 18:57:25 +00:00
|
|
|
config LIBC_GLIBC_V_2_21
|
|
|
|
bool
|
|
|
|
prompt "2.21"
|
2015-09-02 01:41:43 +00:00
|
|
|
select LIBC_GLIBC_2_21_or_later
|
2015-02-07 18:57:25 +00:00
|
|
|
|
2015-01-06 22:35:33 +00:00
|
|
|
config LIBC_GLIBC_LINARO_V_2_20
|
|
|
|
bool
|
|
|
|
prompt "Linaro 2.20-2014.11"
|
|
|
|
select LIBC_GLIBC_2_20_or_later
|
2015-05-02 00:51:37 +00:00
|
|
|
depends on CC_GLIBC_SHOW_LINARO
|
2015-01-06 22:35:33 +00:00
|
|
|
|
2014-09-08 16:57:04 +00:00
|
|
|
config LIBC_GLIBC_V_2_20
|
|
|
|
bool
|
|
|
|
prompt "2.20"
|
2014-12-09 03:58:12 +00:00
|
|
|
select LIBC_GLIBC_2_20_or_later
|
2014-09-08 16:57:04 +00:00
|
|
|
|
2014-02-16 22:53:29 +00:00
|
|
|
config LIBC_GLIBC_V_2_19
|
|
|
|
bool
|
|
|
|
prompt "2.19"
|
|
|
|
|
2013-10-06 22:16:20 +00:00
|
|
|
config LIBC_GLIBC_V_2_18
|
|
|
|
bool
|
|
|
|
prompt "2.18"
|
|
|
|
|
2012-12-26 10:49:49 +00:00
|
|
|
config LIBC_GLIBC_V_2_17
|
|
|
|
bool
|
|
|
|
prompt "2.17"
|
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_16_0
|
|
|
|
bool
|
|
|
|
prompt "2.16.0"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2012-12-26 10:49:49 +00:00
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_15
|
|
|
|
bool
|
|
|
|
prompt "2.15"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2012-12-26 10:49:49 +00:00
|
|
|
|
2011-11-15 18:11:57 +00:00
|
|
|
config LIBC_GLIBC_V_2_14_1
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.14.1"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2011-11-15 18:11:57 +00:00
|
|
|
|
2011-07-03 21:01:09 +00:00
|
|
|
config LIBC_GLIBC_V_2_14
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.14"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2011-07-03 21:01:09 +00:00
|
|
|
|
2011-05-02 22:19:56 +00:00
|
|
|
config LIBC_GLIBC_V_2_13
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.13"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2011-05-02 22:19:56 +00:00
|
|
|
|
2010-12-29 18:34:53 +00:00
|
|
|
config LIBC_GLIBC_V_2_12_2
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.12.2"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-12-29 18:34:53 +00:00
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_12_1
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.12.1"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-12-29 18:34:53 +00:00
|
|
|
|
2010-01-30 10:43:12 +00:00
|
|
|
config LIBC_GLIBC_V_2_11_1
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.11.1"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-01-30 10:43:12 +00:00
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_11
|
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.11"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-01-30 10:43:12 +00:00
|
|
|
|
2011-01-02 21:32:48 +00:00
|
|
|
config LIBC_GLIBC_V_2_10_1
|
2009-11-13 20:37:18 +00:00
|
|
|
bool
|
2012-04-30 15:34:40 +00:00
|
|
|
prompt "2.10.1"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2009-11-13 20:37:18 +00:00
|
|
|
select LIBC_GLIBC_USE_PORTS
|
|
|
|
|
2011-01-02 21:32:48 +00:00
|
|
|
config LIBC_GLIBC_V_2_9
|
2007-02-24 11:00:05 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "2.9"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2011-01-02 21:32:48 +00:00
|
|
|
config LIBC_GLIBC_V_2_8
|
2007-08-11 10:57:18 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "2.8"
|
2013-11-16 15:16:51 +00:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2007-08-11 10:57:18 +00:00
|
|
|
|
2013-03-12 05:13:48 +00:00
|
|
|
config LIBC_GLIBC_CUSTOM
|
|
|
|
bool
|
|
|
|
prompt "Custom glibc"
|
|
|
|
depends on EXPERIMENTAL
|
|
|
|
select LIBC_CUSTOM
|
|
|
|
select LIBC_GLIBC_2_20_or_later
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
endchoice
|
|
|
|
|
2015-09-02 01:41:43 +00:00
|
|
|
# glibc 2.21 depends on gcc >= 4.6
|
|
|
|
config LIBC_GLIBC_2_21_or_later
|
|
|
|
bool
|
|
|
|
depends on CC_GCC_4_6_or_later
|
|
|
|
|
2014-12-09 03:58:12 +00:00
|
|
|
config LIBC_GLIBC_2_20_or_later
|
|
|
|
bool
|
|
|
|
|
2013-03-12 05:13:48 +00:00
|
|
|
config LIBC_CUSTOM
|
|
|
|
bool
|
|
|
|
|
|
|
|
if LIBC_GLIBC_CUSTOM
|
|
|
|
|
|
|
|
config LIBC_GLIBC_CUSTOM_LOCATION
|
|
|
|
string
|
|
|
|
prompt "Full path to custom glibc source"
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Enter the path to the directory (or tarball) of your source for glibc,
|
|
|
|
or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/glibc
|
|
|
|
|
|
|
|
endif # LIBC_GLIBC_CUSTOM
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
config LIBC_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2015-09-02 01:41:43 +00:00
|
|
|
default "2.22" if LIBC_GLIBC_V_2_22
|
2015-02-07 18:57:25 +00:00
|
|
|
default "2.21" if LIBC_GLIBC_V_2_21
|
2015-01-06 22:35:33 +00:00
|
|
|
default "linaro-2.20-2014.11" if LIBC_GLIBC_LINARO_V_2_20
|
2014-09-08 16:57:04 +00:00
|
|
|
default "2.20" if LIBC_GLIBC_V_2_20
|
2014-02-16 22:53:29 +00:00
|
|
|
default "2.19" if LIBC_GLIBC_V_2_19
|
2013-10-06 22:16:20 +00:00
|
|
|
default "2.18" if LIBC_GLIBC_V_2_18
|
2012-12-26 10:49:49 +00:00
|
|
|
default "2.17" if LIBC_GLIBC_V_2_17
|
|
|
|
default "2.16.0" if LIBC_GLIBC_V_2_16_0
|
|
|
|
default "2.15" if LIBC_GLIBC_V_2_15
|
2011-11-15 18:11:57 +00:00
|
|
|
default "2.14.1" if LIBC_GLIBC_V_2_14_1
|
2011-07-03 21:01:09 +00:00
|
|
|
default "2.14" if LIBC_GLIBC_V_2_14
|
2011-05-02 22:19:56 +00:00
|
|
|
default "2.13" if LIBC_GLIBC_V_2_13
|
2010-12-29 18:34:53 +00:00
|
|
|
default "2.12.2" if LIBC_GLIBC_V_2_12_2
|
|
|
|
default "2.12.1" if LIBC_GLIBC_V_2_12_1
|
2010-01-30 10:43:12 +00:00
|
|
|
default "2.11.1" if LIBC_GLIBC_V_2_11_1
|
|
|
|
default "2.11" if LIBC_GLIBC_V_2_11
|
2011-01-02 21:32:48 +00:00
|
|
|
default "2.10.1" if LIBC_GLIBC_V_2_10_1
|
|
|
|
default "2.9" if LIBC_GLIBC_V_2_9
|
|
|
|
default "2.8" if LIBC_GLIBC_V_2_8
|
2013-03-12 05:13:48 +00:00
|
|
|
default "custom" if LIBC_GLIBC_CUSTOM
|