mozcoreconf-v4.eclass: honour toolchain even for build tools
authorIan Stakenvicius <axs@gentoo.org>
Wed, 6 Jul 2016 20:54:58 +0000 (16:54 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Wed, 6 Jul 2016 21:25:01 +0000 (17:25 -0400)
commite6dfd5d1a8ed9cd7be9d9bafbac5f8cb096637fc
tree68e226b3f210effe8f4af297832a45f1eefa7061
parentfda8bfc53a4ea68f483a58307a85436c161b1284
mozcoreconf-v4.eclass: honour toolchain even for build tools

HOST_CC and HOST_CXX are used to build tools like nsinstall which are needed
to install later on.  Until now, these values were undefined and for whatever
reason were never autodetected to match the CHOST based tools.  This commit
should resolve that issue.

Bug: http://bugs.gentoo.org/565124
eclass/mozcoreconf-v4.eclass