uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes depend...
[openwrt.git] / toolchain / uClibc / Config.in
1 # Choose uclibc version.
2
3 choice
4         prompt "uClibc Version"
5         depends on TOOLCHAINOPTS && USE_UCLIBC
6         default UCLIBC_VERSION_0_9_32
7         help
8           Select the version of uClibc you wish to use.
9
10         config UCLIBC_VERSION_0_9_32
11                 bool "uClibc 0.9.32-git"
12
13 endchoice
14
15
16 # Debug version.
17
18 config UCLIBC_ENABLE_DEBUG
19         bool "Build with debug information"
20         depends on TOOLCHAINOPTS && USE_UCLIBC
21         default n