Bug 1091118 part 1 - Remove $topsrcdir/gcc/bin from PATH on android builds. r=gps

$topsrcdir/gcc/bin was mistakenly added in bug 971841, but is not provided by
anything the tooltool manifest for android builds pulls. It however is a path
that /may/ exist in the source tree when the slave ran a linux build before.
When it does exist, the meaning of non-path-prefixed commands change,
influencing what particular compiler is used in some cases.
This commit is contained in:
Mike Hommey 2014-10-30 14:34:54 +09:00
parent 09e6e96202
commit ab867ee33f

View File

@ -52,4 +52,4 @@ ac_add_options --enable-stdcxx-compat
mk_add_options "export ANT_HOME=$topsrcdir/apache-ant"
mk_add_options "export PATH=$topsrcdir/gcc/bin:$topsrcdir/apache-ant/bin:$PATH"
mk_add_options "export PATH=$topsrcdir/apache-ant/bin:$PATH"