mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07: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