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

Unified Diff: lib/webports/util.py

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 years, 8 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 | « docs/port_list.md ('k') | make_all.sh » ('j') | make_all.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/webports/util.py
diff --git a/lib/webports/util.py b/lib/webports/util.py
index 2682f316ad704f9462c8a2347ad91d3271c0ca63..791086504292627d0585e7291fb0d079faeda718 100644
--- a/lib/webports/util.py
+++ b/lib/webports/util.py
@@ -37,6 +37,7 @@ arch_to_pkgarch = {
'arm': 'arm',
'pnacl': 'pnacl',
'emscripten': 'emscripten',
+ 'le32': 'le32'
}
# Inverse of arch_to_pkgarch
« no previous file with comments | « docs/port_list.md ('k') | make_all.sh » ('j') | make_all.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698