Browse Source

fix libc versions

Waldemar Brodkorb 3 years ago
parent
commit
58cd4d160a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      target/config/Config.in.libc

+ 3 - 3
target/config/Config.in.libc

@@ -202,9 +202,9 @@ config ADK_TARGET_LIBC
 config ADK_LIBC_VERSION
 	string
 	default "1.0.38" if ADK_TARGET_LIB_UCLIBC_NG_1_0_38
-	default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_0
-	default "2.33" if ADK_TARGET_LIB_GLIBC_2_32
-	default "4.1.0" if ADK_TARGET_LIB_NEWLIB_3_1_0
+	default "1.2.2" if ADK_TARGET_LIB_MUSL_1_2_2
+	default "2.33" if ADK_TARGET_LIB_GLIBC_2_33
+	default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0
 	default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \
 		         ADK_TARGET_LIB_MUSL_GIT || \
 		         ADK_TARGET_LIB_GLIBC_GIT || \