2008-01-27 19:59:20 +02:00
|
|
|
# Choose uclibc version.
|
|
|
|
|
|
|
|
choice
|
2009-01-08 03:49:11 +02:00
|
|
|
prompt "uClibc Version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC
|
2012-02-12 11:15:29 +02:00
|
|
|
default UCLIBC_VERSION_0_9_33
|
2008-01-27 19:59:20 +02:00
|
|
|
help
|
|
|
|
Select the version of uClibc you wish to use.
|
|
|
|
|
2012-02-08 17:45:44 +02:00
|
|
|
config UCLIBC_VERSION_0_9_33
|
2012-05-15 16:42:32 +03:00
|
|
|
bool "uClibc 0.9.33.2"
|
2012-02-08 17:45:44 +02:00
|
|
|
|
2009-04-24 05:07:24 +03:00
|
|
|
endchoice
|
2010-02-25 21:27:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Debug version.
|
|
|
|
|
|
|
|
config UCLIBC_ENABLE_DEBUG
|
|
|
|
bool "Build with debug information"
|
|
|
|
depends on TOOLCHAINOPTS && USE_UCLIBC
|
|
|
|
default n
|