2008-01-28 01:59:20 +08:00
|
|
|
# Choose uclibc version.
|
|
|
|
|
|
|
|
choice
|
2009-01-08 09:49:11 +08:00
|
|
|
prompt "uClibc Version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC
|
2009-05-25 19:17:01 +08:00
|
|
|
default UCLIBC_VERSION_0_9_30_1
|
2008-01-28 01:59:20 +08:00
|
|
|
help
|
|
|
|
Select the version of uClibc you wish to use.
|
|
|
|
|
2009-04-24 10:07:24 +08:00
|
|
|
config UCLIBC_VERSION_0_9_30_1
|
|
|
|
bool "uClibc 0.9.30.1"
|
2008-01-28 01:59:20 +08:00
|
|
|
|
2010-01-14 20:27:46 +08:00
|
|
|
config UCLIBC_VERSION_0_9_30_2
|
|
|
|
bool "uClibc 0.9.30.2"
|
|
|
|
|
2010-03-14 01:22:18 +08:00
|
|
|
config UCLIBC_VERSION_0_9_30_3
|
|
|
|
bool "uClibc 0.9.30.3"
|
|
|
|
|
2009-04-24 10:07:24 +08:00
|
|
|
config UCLIBC_VERSION_NPTL
|
|
|
|
bool "uClibc NPTL branch"
|
|
|
|
depends BROKEN
|
2009-03-24 10:06:12 +08:00
|
|
|
|
2009-04-24 10:07:24 +08:00
|
|
|
endchoice
|
2010-02-26 03:27:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
# Debug version.
|
|
|
|
|
|
|
|
config UCLIBC_ENABLE_DEBUG
|
|
|
|
bool "Build with debug information"
|
|
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC
|
|
|
|
default n
|