Skip to content

Commit

Permalink
Make minidump_stackwalk compile with target_arch=ia32 on a linux x64 …
Browse files Browse the repository at this point in the history
…host.

This is necessary for the perf bots to build minidump_stackwalk which will
allow us to have stack traces when perf tests crash.

BUG=223572
TEST=GYP_DEFINES="branding=Chrome buildtype=Official target_arch=ia32 component=static_library" gclient runhooks && ninja -C out/Release minidump_stackwalk

Review URL: https://chromiumcodereview.appspot.com/23064014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218622 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
tonyg@chromium.org committed Aug 21, 2013
1 parent 57b2fe5 commit a3dd39c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions breakpad/breakpad_tools.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
'ldflags!': ['-m32'],
'cflags': ['-O2'],
'include_dirs!': ['/usr/include32'],
'conditions': [
['target_arch=="ia32" and sysroot!=""', {
'cflags!': ['--sysroot=<(sysroot)'],
}],
],
}],
],
}],
Expand Down

0 comments on commit a3dd39c

Please sign in to comment.