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
|
2011-01-28 01:10:45 +00:00
|
|
|
default UCLIBC_VERSION_0_9_32
|
2008-01-27 17:59:20 +00:00
|
|
|
help
|
|
|
|
Select the version of uClibc you wish to use.
|
|
|
|
|
2010-06-20 22:18:43 +00:00
|
|
|
config UCLIBC_VERSION_0_9_32
|
2011-01-24 09:40:24 +00:00
|
|
|
bool "uClibc 0.9.32-git"
|
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
|