aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Belsito <lluixhi@gmail.com>2017-05-06 14:29:48 -0700
committerAric Belsito <lluixhi@gmail.com>2017-05-06 14:29:48 -0700
commitc70ee316a8dd27e3d9b02133d61c4e702ec824d7 (patch)
tree96860cc4d3d10504106846c1ea75778647699dfe
parentapp-emulation/qemu: version bump to 2.9.0-r53 (diff)
parenttoolchain.eclass: enable pie and ssp for gcc >= 6 for #615370 (diff)
downloadmusl-c70ee316.tar.gz
musl-c70ee316.tar.bz2
musl-c70ee316.zip
Merge remote-tracking branch 'github/pr/48'
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 191cfad3..f42e58ed 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -153,7 +153,7 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
tc_version_is_at_least 4.8 && IUSE+=" graphite" IUSE_DEF+=( sanitize )
tc_version_is_at_least 4.9 && IUSE+=" cilk +vtv"
tc_version_is_at_least 5.0 && IUSE+=" jit mpx"
- tc_version_is_at_least 6.0 && IUSE+=" pie ssp +pch"
+ tc_version_is_at_least 6.0 && IUSE+=" +pie +ssp +pch"
fi
IUSE+=" ${IUSE_DEF[*]/#/+}"