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

Unified Diff: breakpad/breakpad_tools.gypi

Issue 23064014: Make minidump_stackwalk compile with target_arch=ia32 on a linux x64 host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rework with thestig's approach Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad_tools.gypi
diff --git a/breakpad/breakpad_tools.gypi b/breakpad/breakpad_tools.gypi
index bf38f1a180d21d51f9b374e162eeeccb9cb9e9f6..4d7736060d8f668edcf9823b15cafee78fc02d52 100644
--- a/breakpad/breakpad_tools.gypi
+++ b/breakpad/breakpad_tools.gypi
@@ -14,6 +14,11 @@
'ldflags!': ['-m32'],
'cflags': ['-O2'],
'include_dirs!': ['/usr/include32'],
+ 'conditions': [
+ ['target_arch=="ia32" and sysroot!=""', {
+ 'cflags!': ['--sysroot=<(sysroot)'],
+ }],
+ ],
}],
],
}],
« 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