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

Unified Diff: ppapi/native_client/native_client.gyp

Issue 11470007: Build the NaCl ARM IRT with arm-flavored newlib/libstdcpp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: ppapi/native_client/native_client.gyp
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
index 615e51767445ddd161f4c7ebcfd55d50bc42a386..b2aaaee8e927acef547674a4c97def3fd08f6905 100644
--- a/ppapi/native_client/native_client.gyp
+++ b/ppapi/native_client/native_client.gyp
@@ -128,6 +128,7 @@
'--pnacl-allow-native',
'-arch', 'arm',
'-Wt,-mtls-use-call',
+ '-Wl,--pnacl-irt-link',
],
},
],
@@ -284,6 +285,7 @@
'--pnacl-allow-native',
'-arch', 'arm',
'-Wt,-mtls-use-call',
+ '-Wl,--pnacl-irt-link',
],
},
],
« 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