Only set sysroot for MIPS on linux.

BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@209193 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
benm@chromium.org 2013-06-28 18:20:44 +00:00
Родитель 4a8e0f2aec
Коммит 5768865d68
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -654,7 +654,7 @@
],
}], # linux_lsb_release=="12.04"
['target_arch=="mipsel"', {
['OS=="linux" and target_arch=="mipsel"', {
'sysroot%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/sysroot',
'CXX%': '<!(cd <(DEPTH) && pwd -P)/mipsel-sysroot/bin/mipsel-linux-gnu-gcc',
}],
@ -1137,6 +1137,8 @@
'nacl_untrusted_build%': 0,
'linux_use_tcmalloc%': 0,
'linux_breakpad%': 0,
}],
['OS=="linux" and target_arch=="mipsel"', {
'sysroot%': '<(sysroot)',
'CXX%': '<(CXX)',
}],