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
|
2009-05-25 14:17:01 +03:00
|
|
|
default UCLIBC_VERSION_0_9_30_1
|
2008-01-27 19:59:20 +02:00
|
|
|
help
|
|
|
|
Select the version of uClibc you wish to use.
|
|
|
|
|
2009-04-24 05:07:24 +03:00
|
|
|
config UCLIBC_VERSION_0_9_30_1
|
|
|
|
bool "uClibc 0.9.30.1"
|
2008-01-27 19:59:20 +02:00
|
|
|
|
2010-01-14 14:27:46 +02:00
|
|
|
config UCLIBC_VERSION_0_9_30_2
|
|
|
|
bool "uClibc 0.9.30.2"
|
|
|
|
|
2010-03-13 19:22:18 +02:00
|
|
|
config UCLIBC_VERSION_0_9_30_3
|
|
|
|
bool "uClibc 0.9.30.3"
|
|
|
|
|
2009-04-24 05:07:24 +03:00
|
|
|
config UCLIBC_VERSION_NPTL
|
|
|
|
bool "uClibc NPTL branch"
|
|
|
|
depends BROKEN
|
2009-03-24 04:06:12 +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
|