diff options
Diffstat (limited to 'sys-devel/gcc/gcc-5.1.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-5.1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-5.1.0.ebuild b/sys-devel/gcc/gcc-5.1.0.ebuild index 1803a5b..2dca174 100644 --- a/sys-devel/gcc/gcc-5.1.0.ebuild +++ b/sys-devel/gcc/gcc-5.1.0.ebuild @@ -36,9 +36,10 @@ src_prepare() { if has_version '<sys-libs/glibc-2.12' ; then ewarn "Your host glibc is too old; disabling automatic fortify." ewarn "Please rebuild gcc after upgrading to >=glibc-2.12 #362315" - EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch" + rm "${WORKDIR}"/patch/10_all_default-fortify-source.patch || die fi - is_crosscompile && EPATCH_EXCLUDE+=" 05_all_gcc-spec-env.patch" + + is_crosscompile && rm "${WORKDIR}"/patch/05_all_gcc-spec-env.patch || die toolchain-legacy_src_prepare } |