Skip to content

Commit

Permalink
toolchain.eclass: enable pie and ssp for gcc >= 6 for #615370
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed May 6, 2017
1 parent 39a3333 commit 4000cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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[*]/#/+}"
Expand Down

0 comments on commit 4000cdd

Please sign in to comment.