commit: 6c3e895d320ac2d181ad97f9576198256751ab5b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Jul 13 06:57:45 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jul 13 07:08:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3e895d
app-emulation/xen: set CC Closes: https://bugs.gentoo.org/839888 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-emulation/xen/xen-4.16.2_pre2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-emulation/xen/xen-4.16.2_pre2.ebuild b/app-emulation/xen/xen-4.16.2_pre2.ebuild index 20d5d4f6c487..4a34e2a05bbe 100644 --- a/app-emulation/xen/xen-4.16.2_pre2.ebuild +++ b/app-emulation/xen/xen-4.16.2_pre2.ebuild @@ -123,6 +123,12 @@ xen_make() { LDFLAGS="$(raw-ldflags)" \ HOSTCC="$(tc-getBUILD_CC)" \ HOSTCXX="$(tc-getBUILD_CXX)" \ + CC="$(tc-getCC)" \ + CXX="$(tc-getCXX)" \ + LD="$(tc-getLD)" \ + AR="$(tc-getAR)" \ + OBJDUMP="$(tc-getOBJDUMP)" \ + RANLIB="$(tc-getRANLIB)" \ clang="${clang}" \ "$@" }
