commit: bf863ca44a22e1aa571f69da6e95be945937eb06
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 16:12:11 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 14:29:17 2020 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=bf863ca4
xfsprogs: Honor toolchain
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gkbuilds/xfsprogs.gkbuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gkbuilds/xfsprogs.gkbuild b/gkbuilds/xfsprogs.gkbuild
index 9f2c6ba..9884687 100644
--- a/gkbuilds/xfsprogs.gkbuild
+++ b/gkbuilds/xfsprogs.gkbuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
src_prepare() {
@@ -26,6 +26,8 @@ src_configure() {
--disable-scrub
)
+ BUILD_CC="$(tc-getBUILD_CC)" \
+ BUILD_LD="$(tc-getBUILD_LD)" \
gkconf "${myconf[@]}"
}