2007-02-24 11:00:05 +00:00
|
|
|
# glibc options
|
|
|
|
|
2012-11-14 14:05:49 +01:00
|
|
|
## depends on ! WINDOWS && ! BARE_METAL && ARCH_USE_MMU
|
2011-05-08 19:02:44 +02:00
|
|
|
##
|
2014-07-27 23:47:24 +02:00
|
|
|
## select LIBC_SUPPORT_THREADS_NATIVE
|
2012-11-22 23:56:58 +01:00
|
|
|
## select CC_CORE_PASSES_NEEDED
|
2011-05-08 19:02:44 +02:00
|
|
|
##
|
|
|
|
## help The de-facto standard for Linux distributions.
|
2015-02-07 19:57:25 +01:00
|
|
|
## help Feature-rich, but large... Most useful for desktop-like systems.
|
2008-09-14 18:09:36 +00:00
|
|
|
|
2014-07-28 00:09:38 +02:00
|
|
|
config THREADS
|
|
|
|
default "nptl"
|
|
|
|
|
2015-05-01 17:51:37 -07: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 18:38:06 +02:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2015-02-07 19:57:25 +01:00
|
|
|
config LIBC_GLIBC_V_2_21
|
|
|
|
bool
|
|
|
|
prompt "2.21"
|
|
|
|
select LIBC_GLIBC_2_20_or_later
|
|
|
|
|
2015-01-06 23:35:33 +01:00
|
|
|
config LIBC_GLIBC_LINARO_V_2_20
|
|
|
|
bool
|
|
|
|
prompt "Linaro 2.20-2014.11"
|
|
|
|
select LIBC_GLIBC_2_20_or_later
|
2015-05-01 17:51:37 -07:00
|
|
|
depends on CC_GLIBC_SHOW_LINARO
|
2015-01-06 23:35:33 +01:00
|
|
|
|
2014-09-08 09:57:04 -07:00
|
|
|
config LIBC_GLIBC_V_2_20
|
|
|
|
bool
|
|
|
|
prompt "2.20"
|
2014-12-09 13:58:12 +10:00
|
|
|
select LIBC_GLIBC_2_20_or_later
|
2014-09-08 09:57:04 -07:00
|
|
|
|
2014-02-16 23:53:29 +01:00
|
|
|
config LIBC_GLIBC_V_2_19
|
|
|
|
bool
|
|
|
|
prompt "2.19"
|
|
|
|
|
2013-10-07 00:16:20 +02:00
|
|
|
config LIBC_GLIBC_V_2_18
|
|
|
|
bool
|
|
|
|
prompt "2.18"
|
|
|
|
|
2012-12-26 11:49:49 +01: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 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2012-12-26 11:49:49 +01:00
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_15
|
|
|
|
bool
|
|
|
|
prompt "2.15"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2012-12-26 11:49:49 +01:00
|
|
|
|
2011-11-15 19:11:57 +01:00
|
|
|
config LIBC_GLIBC_V_2_14_1
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.14.1"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2011-11-15 19:11:57 +01:00
|
|
|
|
2011-07-03 23:01:09 +02:00
|
|
|
config LIBC_GLIBC_V_2_14
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.14"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2011-07-03 23:01:09 +02:00
|
|
|
|
2011-05-03 00:19:56 +02:00
|
|
|
config LIBC_GLIBC_V_2_13
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.13"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2011-05-03 00:19:56 +02:00
|
|
|
|
2010-12-29 19:34:53 +01:00
|
|
|
config LIBC_GLIBC_V_2_12_2
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.12.2"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-12-29 19:34:53 +01:00
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_12_1
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.12.1"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-12-29 19:34:53 +01:00
|
|
|
|
2010-01-30 11:43:12 +01:00
|
|
|
config LIBC_GLIBC_V_2_11_1
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.11.1"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-01-30 11:43:12 +01:00
|
|
|
|
|
|
|
config LIBC_GLIBC_V_2_11
|
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.11"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2010-01-30 11:43:12 +01:00
|
|
|
|
2011-01-02 22:32:48 +01:00
|
|
|
config LIBC_GLIBC_V_2_10_1
|
2009-11-13 21:37:18 +01:00
|
|
|
bool
|
2012-04-30 17:34:40 +02:00
|
|
|
prompt "2.10.1"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2009-11-13 21:37:18 +01:00
|
|
|
select LIBC_GLIBC_USE_PORTS
|
|
|
|
|
2011-01-02 22:32:48 +01:00
|
|
|
config LIBC_GLIBC_V_2_9
|
2007-02-24 11:00:05 +00:00
|
|
|
bool
|
2009-09-13 17:51:33 +02:00
|
|
|
prompt "2.9"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2011-01-02 22:32:48 +01:00
|
|
|
config LIBC_GLIBC_V_2_8
|
2007-08-11 10:57:18 +00:00
|
|
|
bool
|
2009-09-13 17:51:33 +02:00
|
|
|
prompt "2.8"
|
2013-11-16 16:16:51 +01:00
|
|
|
select LIBC_GLIBC_PORTS_EXTERNAL
|
2007-08-11 10:57:18 +00:00
|
|
|
|
2013-03-12 15:13:48 +10: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
|
|
|
|
|
2014-12-09 13:58:12 +10:00
|
|
|
config LIBC_GLIBC_2_20_or_later
|
|
|
|
bool
|
|
|
|
|
2013-03-12 15:13:48 +10: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 18:38:06 +02:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2015-02-07 19:57:25 +01:00
|
|
|
default "2.21" if LIBC_GLIBC_V_2_21
|
2015-01-06 23:35:33 +01:00
|
|
|
default "linaro-2.20-2014.11" if LIBC_GLIBC_LINARO_V_2_20
|
2014-09-08 09:57:04 -07:00
|
|
|
default "2.20" if LIBC_GLIBC_V_2_20
|
2014-02-16 23:53:29 +01:00
|
|
|
default "2.19" if LIBC_GLIBC_V_2_19
|
2013-10-07 00:16:20 +02:00
|
|
|
default "2.18" if LIBC_GLIBC_V_2_18
|
2012-12-26 11:49:49 +01: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 19:11:57 +01:00
|
|
|
default "2.14.1" if LIBC_GLIBC_V_2_14_1
|
2011-07-03 23:01:09 +02:00
|
|
|
default "2.14" if LIBC_GLIBC_V_2_14
|
2011-05-03 00:19:56 +02:00
|
|
|
default "2.13" if LIBC_GLIBC_V_2_13
|
2010-12-29 19:34:53 +01: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 11:43:12 +01:00
|
|
|
default "2.11.1" if LIBC_GLIBC_V_2_11_1
|
|
|
|
default "2.11" if LIBC_GLIBC_V_2_11
|
2011-01-02 22:32:48 +01: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 15:13:48 +10:00
|
|
|
default "custom" if LIBC_GLIBC_CUSTOM
|