Bug 1150338 - Use the tooltool gcc in automation rather than /tools, r=terrence

--HG--
extra : rebase_source : 546bfa416ec36222cd1563b3f8cb7ac67c6ebf0e
This commit is contained in:
Steve Fink 2016-03-09 12:01:30 -08:00
Родитель 0dac7333e4
Коммит 25b34bfa2a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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)