diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-16 22:54:38 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-05-16 23:01:18 +0100 |
commit | 91966aedd03d633af8476d824e2ee83a5181cc26 (patch) | |
tree | fd1b9174a1c1071fe4d65530bbf571f738f8405e /sys-devel | |
parent | sys-apps/s390-tools: use HTTPS (diff) | |
download | gentoo-91966aedd03d633af8476d824e2ee83a5181cc26.tar.gz gentoo-91966aedd03d633af8476d824e2ee83a5181cc26.tar.bz2 gentoo-91966aedd03d633af8476d824e2ee83a5181cc26.zip |
toolchain.eclass: add IUSE=systemtap to gcc-8
Avoid automagic dependency on systemtap installed.
Reported-by: lekto@o2.pl
Bug: https://bugs.gentoo.org/654748
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml index 52748bc1ff68..51f143604eba 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -31,6 +31,7 @@ <flag name="regression-test">Run the testsuite and install the results (requires FEATURES=test)</flag> <flag name="sanitize">Build support for various sanitizer functions (ASAN/TSAN/etc...)</flag> <flag name="ssp">Build packages with stack smashing protector on by default</flag> + <flag name="systemtap">enable systemtap static probe points</flag> <flag name="vtv">Build support for virtual table verification (a C++ hardening feature)</flag> </use> <upstream> |