Browse Source

update glibc to 2.22

Waldemar Brodkorb 10 years ago
parent
commit
e983d30d4d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      embedded-test.sh

+ 2 - 2
embedded-test.sh

@@ -675,8 +675,8 @@ for lib in ${libc}; do
 			else
 				archlist=$arch_list_glibc
 			fi
-			version=2.21
-			gitversion=2.21.90
+			version=2.22
+			gitversion=2.22.90
 			if [ $git -eq 1 ]; then
 				libver=glibc-${gitversion}
 			else