commit: f8d41285f26cf220dbc1a448639cffaf820e648b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 16:11:47 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=f8d41285
strace: Honor toolchain
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
gkbuilds/strace.gkbuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gkbuilds/strace.gkbuild b/gkbuilds/strace.gkbuild
index 540f6cb..62399ce 100644
--- a/gkbuilds/strace.gkbuild
+++ b/gkbuilds/strace.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_configure() {
@@ -11,6 +11,8 @@ src_configure() {
--without-libdw
)
+ CC_FOR_BUILD="$(tc-getBUILD_CC)" \
+ CPP_FOR_BUILD="$(tc-getBUILD_CPP)" \
gkconf "${myconf[@]}"
}