Procházet zdrojové kódy

uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier versions (especially threading issues), and the known regressions have been fixed

SVN-Revision: 25187
Felix Fietkau před 14 roky
rodič
revize
b514156559
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      toolchain/uClibc/Config.in
  2. 1 1
      toolchain/uClibc/Config.version

+ 1 - 1
toolchain/uClibc/Config.in

@@ -3,7 +3,7 @@
 choice
 	prompt "uClibc Version"
 	depends on TOOLCHAINOPTS && USE_UCLIBC
-	default UCLIBC_VERSION_0_9_31
+	default UCLIBC_VERSION_0_9_32
 	help
 	  Select the version of uClibc you wish to use.
 

+ 1 - 1
toolchain/uClibc/Config.version

@@ -4,4 +4,4 @@ config UCLIBC_VERSION
 	default "0.9.30.1"     if UCLIBC_VERSION_0_9_30_1
 	default "0.9.31"       if UCLIBC_VERSION_0_9_31
 	default "0.9.32"       if UCLIBC_VERSION_0_9_32
-	default "0.9.31"
+	default "0.9.32"