summaryrefslogtreecommitdiffstats
path: root/third_party/elfutils/elfutils.gyp
diff options
context:
space:
mode:
authorsimonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-30 13:25:41 +0000
committersimonb@chromium.org <simonb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-30 13:25:41 +0000
commit1e0e8d4c57f1c65a7e20a6704466ed53fb4e19c3 (patch)
treeb52543d93c78ee5006623ef59f4194aee7ef4237 /third_party/elfutils/elfutils.gyp
parent7f0f5c769e92db3ea18eaa5ac8e7c73e6dd263b0 (diff)
downloadchromium_src-1e0e8d4c57f1c65a7e20a6704466ed53fb4e19c3.zip
chromium_src-1e0e8d4c57f1c65a7e20a6704466ed53fb4e19c3.tar.gz
chromium_src-1e0e8d4c57f1c65a7e20a6704466ed53fb4e19c3.tar.bz2
Build libelf with host and not target toolchain.
Fixes a bug in prior commit. BUG= Review URL: https://codereview.chromium.org/304953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/elfutils/elfutils.gyp')
-rw-r--r--third_party/elfutils/elfutils.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/elfutils/elfutils.gyp b/third_party/elfutils/elfutils.gyp
index f336e7f..0df7eb4 100644
--- a/third_party/elfutils/elfutils.gyp
+++ b/third_party/elfutils/elfutils.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'libelf',
- 'toolsets': ['target'],
+ 'toolsets': ['host'],
'type': 'static_library',
'defines': [
'_GNU_SOURCE',