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

Unified Diff: src/untrusted/irt/check_tls.gypi

Issue 12386091: Simplify check_tls on ARM, now that llvm emits mapping symbols. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: simplify_more Created 7 years, 10 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 | src/untrusted/irt/check_tls.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/check_tls.gypi
diff --git a/src/untrusted/irt/check_tls.gypi b/src/untrusted/irt/check_tls.gypi
index 930af50d01b7e6ba2bdb81947d4c43e08cec0347..1fb29254853b4e16cb66121d69869209f71c8e1a 100644
--- a/src/untrusted/irt/check_tls.gypi
+++ b/src/untrusted/irt/check_tls.gypi
@@ -71,7 +71,7 @@
}],
['target_arch=="arm"', {
'variables': {
- 'check_tls_arch': 'arm-pnacl',
+ 'check_tls_arch': 'arm',
'nexe_suffix': 'newlib_arm',
'nacl_irt_name': 'nacl_irt_arm',
},
« no previous file with comments | « no previous file | src/untrusted/irt/check_tls.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698