Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Nicolas Thill e859f389d4 [backfire] cleanup: toolchain/uClibc: remove "broken" stuff
* remove NPTL support

SVN-Revision: 29312
2011-11-23 21:44:53 +00:00

28 lines
506 B
Plaintext

# Choose uclibc version.
choice
prompt "uClibc Version"
depends on TOOLCHAINOPTS && USE_UCLIBC
default UCLIBC_VERSION_0_9_30_1
help
Select the version of uClibc you wish to use.
config UCLIBC_VERSION_0_9_30_1
bool "uClibc 0.9.30.1"
config UCLIBC_VERSION_0_9_30_2
bool "uClibc 0.9.30.2"
config UCLIBC_VERSION_0_9_30_3
bool "uClibc 0.9.30.3"
endchoice
# Debug version.
config UCLIBC_ENABLE_DEBUG
bool "Build with debug information"
depends on TOOLCHAINOPTS && USE_UCLIBC
default n