Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: toolchain_build/toolchain_build.py

Issue 1168613002: toolchain_build: Update glibc revision (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: toolchain_build/toolchain_build.py
diff --git a/toolchain_build/toolchain_build.py b/toolchain_build/toolchain_build.py
index 09d9210c417f8a7f016226abdf9dc8c786d5d424..053528cf395b4fafe6eddf2f6795ab814d917caa 100755
--- a/toolchain_build/toolchain_build.py
+++ b/toolchain_build/toolchain_build.py
@@ -51,7 +51,7 @@ GIT_REVISIONS = {
'upstream-base': 'c1283af40b65f1ad862cf5b27e2d9ed10b2076b6',
},
'glibc': {
- 'rev': '3ed015122f159b4fade8e4feecb53fe1f84fa95f',
+ 'rev': 'da7f049cad943629f16cd6e533214955edfd511d',
'upstream-branch': 'upstream/master',
'upstream-name': 'glibc-2.21',
# Upstream tag glibc-2.21:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698