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
|
2013-04-18 20:04:48 +08:00
|
|
|
default UCLIBC_USE_VERSION_0_9_33
|
2008-01-28 01:59:20 +08:00
|
|
|
help
|
|
|
|
Select the version of uClibc you wish to use.
|
|
|
|
|
2013-04-18 20:04:48 +08:00
|
|
|
config UCLIBC_USE_VERSION_0_9_33
|
|
|
|
select UCLIBC_VERSION_0_9_33
|
2012-05-15 21:42:32 +08:00
|
|
|
bool "uClibc 0.9.33.2"
|
2012-02-08 23:45:44 +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
|