зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1150338 - Use the tooltool gcc in automation rather than /tools, r=terrence
--HG-- extra : rebase_source : 546bfa416ec36222cd1563b3f8cb7ac67c6ebf0e
This commit is contained in:
Родитель
0dac7333e4
Коммит
25b34bfa2a
|
@ -86,7 +86,7 @@ if [[ "$OSTYPE" == darwin* ]]; then
|
|||
source "$ABSDIR/macbuildenv.sh"
|
||||
elif [ "$OSTYPE" = "linux-gnu" ]; then
|
||||
if [ -n "$AUTOMATION" ]; then
|
||||
GCCDIR="${GCCDIR:-/tools/gcc-4.7.2-0moz1}"
|
||||
GCCDIR="${GCCDIR:-$SOURCE/../gcc}"
|
||||
CONFIGURE_ARGS="$CONFIGURE_ARGS --with-ccache"
|
||||
fi
|
||||
UNAME_M=$(uname -m)
|
||||
|
|
Загрузка…
Ссылка в новой задаче