mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
toolchain.eclass: disable systemtap for cross
Same rationale as 7c8f76d4af.
Closes: https://bugs.gentoo.org/722806
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1803,7 +1803,11 @@ toolchain_src_configure() {
|
||||
fi
|
||||
|
||||
if in_iuse systemtap ; then
|
||||
confgcc+=( $(use_enable systemtap) )
|
||||
if is_crosscompile ; then
|
||||
confgcc+=( --disable-systemtap )
|
||||
else
|
||||
confgcc+=( $(use_enable systemtap) )
|
||||
fi
|
||||
fi
|
||||
|
||||
if in_iuse valgrind ; then
|
||||
|
||||
Reference in New Issue
Block a user