From f8d41285f26cf220dbc1a448639cffaf820e648b Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Tue, 14 Jul 2020 18:11:47 +0200 Subject: strace: Honor toolchain Signed-off-by: Thomas Deutschmann --- gkbuilds/strace.gkbuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gkbuilds') 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[@]}" } -- cgit v1.2.3-65-gdbad