diff options
author | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-23 02:37:56 +0000 |
---|---|---|
committer | pvalchev@google.com <pvalchev@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-23 02:37:56 +0000 |
commit | 65df058287db6a63ec55ed1adfe6fa613e66deec (patch) | |
tree | a023eb6a749242ff3e1bb6d7a61bffe484ea914e /build | |
parent | 813b85a06191ba21351c7639678839391f0ab37b (diff) | |
download | chromium_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.gypi | 2 |
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. |