fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead of using...
[openwrt-10.03/.git] / toolchain / uClibc / Config.in
index 74c38fe2dd3e94586ae8e0148be1593264799aba..95113f3257bd6cddefb3e2d506f80484d0eb83d6 100644 (file)
@@ -3,14 +3,10 @@
 choice
        prompt "uClibc Version"
        depends on TOOLCHAINOPTS && USE_UCLIBC
-       default UCLIBC_VERSION_0_9_29
-       default UCLIBC_VERSION_0_9_30_1 if (TARGET_uml && x86_64)
+       default UCLIBC_VERSION_0_9_30_1
        help
          Select the version of uClibc you wish to use.
 
-       config UCLIBC_VERSION_0_9_29
-               bool "uClibc 0.9.29"
-
        config UCLIBC_VERSION_0_9_30_1
                bool "uClibc 0.9.30.1"
 
@@ -19,4 +15,3 @@ choice
                depends BROKEN
 
 endchoice
-