summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-23 02:37:56 +0000
committerpvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-23 02:37:56 +0000
commit65df058287db6a63ec55ed1adfe6fa613e66deec (patch)
treea023eb6a749242ff3e1bb6d7a61bffe484ea914e /build
parent813b85a06191ba21351c7639678839391f0ab37b (diff)
downloadchromium_src-65df058287db6a63ec55ed1adfe6fa613e66deec.zip
chromium_src-65df058287db6a63ec55ed1adfe6fa613e66deec.tar.gz
chromium_src-65df058287db6a63ec55ed1adfe6fa613e66deec.tar.bz2
GYP: recognize OpenBSD/amd64 as x64 as it's called in this world
Review URL: http://codereview.chromium.org/548125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 6bbc3f7..76af9cc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -38,7 +38,7 @@
'variables': {
# Compute the architecture that we're building on.
'conditions': [
- [ 'OS=="linux" or OS=="freebsd"', {
+ [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
# This handles the Linux platforms we generally deal with. Anything
# else gets passed through, which probably won't work very well; such
# hosts should pass an explicit target_arch to gyp.