common.gypi: support building with target_arch=mipsel and clang=1
commit099f785db0920069bbd13695af94a2c03c896d29
authorsbc <sbc@chromium.org>
Thu, 4 Jun 2015 22:10:03 +0000 (4 15:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Jun 2015 22:10:27 +0000 (4 22:10 +0000)
tree496bc34188026dfd7fb95c382460e00d082208f1
parent2b5fb30f187b70b516f698fb7ec9a958a5ef7101
common.gypi: support building with target_arch=mipsel and clang=1

Despite that fact that our pre-built clang doesn't
currently support mipsel, this change at least allows us
to try building with clang and mipsel.

Without this change you get 'android_toolchain' undefined
errors.

BUG=none
TEST=GYP_DEFINES=target_arch=mipsel clang=1 gyp_chromium

Review URL: https://codereview.chromium.org/1157243013

Cr-Commit-Position: refs/heads/master@{#332928}
build/common.gypi