diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-02-20 22:00:17 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-02-20 22:00:17 +0000 |
commit | 57bf1e7c8558a6776f2190e490074dc27af95c37 (patch) | |
tree | 6bc1bf916d2e876f458d3784736ec216a4a61ded /eclass | |
parent | eclass/linux-build: ignore non matching lines in diff output (diff) | |
download | portage-57bf1e7c8558a6776f2190e490074dc27af95c37.tar.xz |
eclass/linux-build: export HOSTLD and HOSTAR
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index b6dff6fc..976fe31e 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -499,6 +499,8 @@ linux-build_src_prepare() { copt=( HOSTCC="$(tc-getBUILD_CC)" HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="$(tc-getBUILD_LD)" + HOSTAR="$(tc-getBUILD_AR)" CROSS_COMPILE="${CHOST}-" CC="$(tc-getCC)" CXX="$(tc-getCXX)" |