diff options
Diffstat (limited to 'sys-devel/gcc/gcc-5.3.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-5.3.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-5.3.0.ebuild b/sys-devel/gcc/gcc-5.3.0.ebuild index 01c6ec5..f1c610c 100644 --- a/sys-devel/gcc/gcc-5.3.0.ebuild +++ b/sys-devel/gcc/gcc-5.3.0.ebuild @@ -36,9 +36,11 @@ 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 } |