소스 검색

uClibc: default to 0.9.33

This is the current stable version, and E.G. systemd doesn't build with
earlier versions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 년 전
부모
커밋
c433c5ad7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      toolchain/uClibc/Config.in

+ 1 - 1
toolchain/uClibc/Config.in

@@ -6,7 +6,7 @@ comment "uClibc Options"
 choice
 	prompt "uClibc C library Version"
 	default BR2_UCLIBC_VERSION_0_9_31 if (BR2_avr32 || BR2_sh) # 0.9.32 broken
-	default BR2_UCLIBC_VERSION_0_9_32
+	default BR2_UCLIBC_VERSION_0_9_33
 	help
 	  Select the version of uClibc you wish to use.