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

Unified Diff: src/untrusted/irt/irt.gyp

Issue 12499011: Use gcc by default for gyp untrusted ARM builds (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 9 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
« build/untrusted.gypi ('K') | « build/untrusted.gypi ('k') | tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/irt.gyp
diff --git a/src/untrusted/irt/irt.gyp b/src/untrusted/irt/irt.gyp
index b34fe69139b74ff2397ea302c5002bd6b509fd75..b20c106131a356bddbb56b182bd9eef1a5352400 100644
--- a/src/untrusted/irt/irt.gyp
+++ b/src/untrusted/irt/irt.gyp
@@ -119,6 +119,11 @@
'-nostartfiles',
],
}],
+ ['target_arch == "arm"', {
+ 'compile_flags': [
+ '-mtp=soft'
Derek Schuff 2013/03/28 17:33:41 seems odd that this is here for arm but the corres
Roland McGrath 2013/03/28 17:37:54 See newlib_tls_flags in untrusted.gypi; that uses
Derek Schuff 2013/03/28 17:49:31 Got it. so this should only be here, and in whatev
Sam Clegg 2013/03/28 23:02:59 Done. Went for consistency with x86 which is to s
+ ],
+ }],
],
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
« build/untrusted.gypi ('K') | « build/untrusted.gypi ('k') | tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698