2007-02-24 11:00:05 +00:00
|
|
|
# uClibc options
|
|
|
|
|
2012-11-14 13:05:49 +00:00
|
|
|
## depends on ! WINDOWS && ! BARE_METAL
|
2011-05-08 17:02:44 +00:00
|
|
|
##
|
2014-07-27 21:47:24 +00:00
|
|
|
## select LIBC_SUPPORT_THREADS_LT
|
2011-05-08 17:02:44 +00:00
|
|
|
## select LIBC_SUPPORT_THREADS_NONE
|
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 embeded linux systems.
|
|
|
|
## help
|
|
|
|
## help Highly configurable, thus as feature-rich as you
|
|
|
|
## help need, without compromising for size.
|
2008-09-14 18:09:36 +00:00
|
|
|
|
2014-07-27 22:09:38 +00:00
|
|
|
config THREADS
|
|
|
|
default "nptl" if THREADS_NATIVE
|
|
|
|
default "linuxthreads" if THREADS_LT
|
|
|
|
|
2011-11-14 17:54:37 +00:00
|
|
|
if ARCH_FLOAT_SOFTFP
|
|
|
|
comment "'softfp' ABI and uClibc is not entirely tested in crosstool-NG"
|
|
|
|
comment "You may experience issues, although it should work just fine"
|
|
|
|
endif # ARCH_FLOAT_SOFTFP
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "uClibc 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
|
|
|
|
2012-06-03 18:58:37 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_33_2
|
|
|
|
bool
|
|
|
|
prompt "0.9.33.2"
|
|
|
|
select LIBC_UCLIBC_0_9_32_or_later
|
|
|
|
|
2012-04-30 15:19:00 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_33_1
|
|
|
|
bool
|
|
|
|
prompt "0.9.33.1"
|
|
|
|
select LIBC_UCLIBC_0_9_32_or_later
|
|
|
|
|
2012-02-02 21:43:18 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_33
|
|
|
|
bool
|
|
|
|
prompt "0.9.33"
|
|
|
|
select LIBC_UCLIBC_0_9_32_or_later
|
|
|
|
|
2011-12-30 21:04:24 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_32_1
|
|
|
|
bool
|
|
|
|
prompt "0.9.32.1"
|
|
|
|
select LIBC_UCLIBC_0_9_32_or_later
|
|
|
|
|
2011-06-26 22:12:29 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_32
|
|
|
|
bool
|
|
|
|
prompt "0.9.32"
|
2011-09-12 00:37:29 +00:00
|
|
|
select LIBC_UCLIBC_0_9_32_or_later
|
2011-06-26 22:12:29 +00:00
|
|
|
|
2010-04-07 16:35:23 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_31
|
|
|
|
bool
|
2012-12-26 18:54:12 +00:00
|
|
|
prompt "0.9.31"
|
2010-04-07 16:35:23 +00:00
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
|
|
|
|
2010-08-03 04:17:51 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_30_3
|
|
|
|
bool
|
|
|
|
prompt "0.9.30.3"
|
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
|
|
|
|
2010-01-14 17:45:08 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_30_2
|
|
|
|
bool
|
2010-01-31 11:47:37 +00:00
|
|
|
prompt "0.9.30.2"
|
2010-01-14 17:45:08 +00:00
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
|
|
|
|
2011-01-03 00:15:30 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_30_1
|
2007-02-24 11:00:05 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "0.9.30.1"
|
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2011-01-03 00:15:30 +00:00
|
|
|
config LIBC_UCLIBC_V_0_9_30
|
2007-02-24 11:00:05 +00:00
|
|
|
bool
|
2009-09-13 15:51:33 +00:00
|
|
|
prompt "0.9.30"
|
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2012-10-11 04:39:44 +00:00
|
|
|
config LIBC_UCLIBC_CUSTOM
|
|
|
|
bool
|
|
|
|
prompt "Custom uClibc"
|
|
|
|
depends on EXPERIMENTAL
|
2014-07-27 21:47:24 +00:00
|
|
|
select LIBC_SUPPORT_THREADS_NATIVE
|
2012-10-11 04:39:44 +00:00
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
endchoice
|
|
|
|
|
2012-10-11 04:39:44 +00:00
|
|
|
if LIBC_UCLIBC_CUSTOM
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_CUSTOM_LOCATION
|
|
|
|
string
|
|
|
|
prompt "Full path to custom uClibc source"
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Enter the path to the directory (or tarball) of your source for uClibc,
|
|
|
|
or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/uClibc
|
|
|
|
|
|
|
|
endif # LIBC_UCLIBC_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
|
2012-06-03 18:58:37 +00:00
|
|
|
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
|
2012-04-30 15:19:00 +00:00
|
|
|
default "0.9.33.1" if LIBC_UCLIBC_V_0_9_33_1
|
2012-02-02 21:43:18 +00:00
|
|
|
default "0.9.33" if LIBC_UCLIBC_V_0_9_33
|
2011-12-30 21:04:24 +00:00
|
|
|
default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1
|
2011-06-26 22:12:29 +00:00
|
|
|
default "0.9.32" if LIBC_UCLIBC_V_0_9_32
|
2010-04-07 16:35:23 +00:00
|
|
|
default "0.9.31" if LIBC_UCLIBC_V_0_9_31
|
2010-08-03 04:17:51 +00:00
|
|
|
default "0.9.30.3" if LIBC_UCLIBC_V_0_9_30_3
|
2010-01-14 17:45:08 +00:00
|
|
|
default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2
|
2011-01-03 00:15:30 +00:00
|
|
|
default "0.9.30.1" if LIBC_UCLIBC_V_0_9_30_1
|
|
|
|
default "0.9.30" if LIBC_UCLIBC_V_0_9_30
|
2012-10-11 04:39:44 +00:00
|
|
|
default "custom" if LIBC_UCLIBC_CUSTOM
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2011-09-12 00:37:29 +00:00
|
|
|
config LIBC_UCLIBC_0_9_32_or_later
|
|
|
|
bool
|
2014-07-27 21:47:24 +00:00
|
|
|
select LIBC_SUPPORT_THREADS_NATIVE
|
2011-09-12 00:37:29 +00:00
|
|
|
select LIBC_UCLIBC_0_9_30_or_later
|
|
|
|
|
2009-05-07 18:56:31 +00:00
|
|
|
config LIBC_UCLIBC_0_9_30_or_later
|
|
|
|
bool
|
|
|
|
select LIBC_UCLIBC_PARALLEL
|
|
|
|
|
2008-11-01 17:16:34 +00:00
|
|
|
config LIBC_UCLIBC_PARALLEL
|
|
|
|
bool
|
|
|
|
|
2008-05-14 17:52:53 +00:00
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "uClibc verbosity:"
|
2008-05-14 21:24:03 +00:00
|
|
|
default LIBC_UCLIBC_VERBOSITY_0
|
2008-05-14 17:52:53 +00:00
|
|
|
|
|
|
|
config LIBC_UCLIBC_VERBOSITY_0
|
|
|
|
bool
|
2010-07-13 10:12:32 +00:00
|
|
|
prompt "Quiet build"
|
2008-05-14 17:52:53 +00:00
|
|
|
help
|
2010-07-13 10:12:32 +00:00
|
|
|
Print terse command indications.
|
2008-05-14 17:52:53 +00:00
|
|
|
|
|
|
|
config LIBC_UCLIBC_VERBOSITY_1
|
|
|
|
bool
|
2010-07-13 10:12:32 +00:00
|
|
|
prompt "Brief build (show defines, ld flags)"
|
|
|
|
help
|
|
|
|
Print simplified command lines.
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_VERBOSITY_2
|
|
|
|
bool
|
|
|
|
prompt "Very verbose build"
|
2008-05-14 17:52:53 +00:00
|
|
|
help
|
|
|
|
Print full command lines.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_VERBOSITY
|
|
|
|
string
|
|
|
|
default "" if LIBC_UCLIBC_VERBOSITY_0
|
|
|
|
default "V=1" if LIBC_UCLIBC_VERBOSITY_1
|
2010-07-13 10:12:32 +00:00
|
|
|
default "V=2" if LIBC_UCLIBC_VERBOSITY_2
|
2008-05-14 17:52:53 +00:00
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "Debug level"
|
|
|
|
default LIBC_UCLIBC_DEBUG_LEVEL_0
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_DEBUG_LEVEL_0
|
|
|
|
bool
|
|
|
|
prompt "none"
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_DEBUG_LEVEL_1
|
|
|
|
bool
|
|
|
|
prompt "minimal"
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_DEBUG_LEVEL_2
|
2012-02-24 15:08:32 +00:00
|
|
|
bool
|
|
|
|
prompt "normal"
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_DEBUG_LEVEL_3
|
2007-02-24 11:00:05 +00:00
|
|
|
bool
|
|
|
|
prompt "all"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_DEBUG_LEVEL
|
|
|
|
int
|
|
|
|
default 0 if LIBC_UCLIBC_DEBUG_LEVEL_0
|
|
|
|
default 1 if LIBC_UCLIBC_DEBUG_LEVEL_1
|
|
|
|
default 2 if LIBC_UCLIBC_DEBUG_LEVEL_2
|
|
|
|
|
|
|
|
config LIBC_UCLIBC_CONFIG_FILE
|
|
|
|
string
|
|
|
|
prompt "Configuration file"
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Path to the configuration file.
|
|
|
|
|
|
|
|
You _must_ provide one (for now).
|