2008-01-27 17:59:20 +00:00
|
|
|
# Choose uclibc version.
|
|
|
|
|
|
|
|
choice
|
2009-01-08 01:49:11 +00:00
|
|
|
prompt "uClibc Version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC
|
2010-11-02 13:57:57 +00:00
|
|
|
default UCLIBC_VERSION_0_9_31
|
2008-01-27 17:59:20 +00:00
|
|
|
help
|
|
|
|
Select the version of uClibc you wish to use.
|
|
|
|
|
2009-04-24 02:07:24 +00:00
|
|
|
config UCLIBC_VERSION_0_9_30_1
|
|
|
|
bool "uClibc 0.9.30.1"
|
2008-01-27 17:59:20 +00:00
|
|
|
|
2010-04-15 05:59:10 +00:00
|
|
|
config UCLIBC_VERSION_0_9_31
|
|
|
|
bool "uClibc 0.9.31"
|
|
|
|
|
2010-06-20 22:18:43 +00:00
|
|
|
config UCLIBC_VERSION_0_9_32
|
|
|
|
bool "uClibc 0.9.32 (with nptl support)"
|
2009-03-24 02:06:12 +00:00
|
|
|
|
2009-04-24 02:07:24 +00:00
|
|
|
endchoice
|
2010-02-25 19:27:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Debug version.
|
|
|
|
|
|
|
|
config UCLIBC_ENABLE_DEBUG
|
|
|
|
bool "Build with debug information"
|
|
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC
|
|
|
|
default n
|