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

Unified Diff: build/build_nexe.py

Issue 1211333004: Add arm glibc support for gyp build (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 6 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 | build/untrusted.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/build_nexe.py
diff --git a/build/build_nexe.py b/build/build_nexe.py
index 5dbbc6837fd8d6b95bfdb19dbdf8d7ae347d2d8b..c708e601eb9aa21245eb7c4f2310ecaa102ac178 100644
--- a/build/build_nexe.py
+++ b/build/build_nexe.py
@@ -172,9 +172,6 @@ class Builder(CommandRunner):
if toolname not in ['newlib', 'glibc']:
raise Error('Toolchain of type %s not supported.' % toolname)
- if arch == 'arm' and toolname == 'glibc':
- raise Error('arm glibc not yet supported.')
-
if arch == 'mips' and toolname == 'glibc':
raise Error('mips glibc not supported.')
« no previous file with comments | « no previous file | build/untrusted.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698