diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-02-21 03:34:29 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-02-21 03:34:29 +0200 |
commit | d8a1ed354923af2773f412f9ea913272f84a07e0 (patch) | |
tree | 73885afd3481ff0aea5e86179ee13d03f25350c5 | |
parent | a073fb0c5490af314cc3a9bdb5da5133b480267f (diff) |
Fixing the ICE on arm patch
-rw-r--r-- | sys-devel/gcc/gcc-4.6.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-4.6.4.ebuild b/sys-devel/gcc/gcc-4.6.4.ebuild index a6763691..6bd6a237 100644 --- a/sys-devel/gcc/gcc-4.6.4.ebuild +++ b/sys-devel/gcc/gcc-4.6.4.ebuild @@ -107,6 +107,7 @@ src_unpack() { [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-${PV}-spec-env.patch # Fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47719 + epatch "${FILESDIR}/${PN}-${PV}-fix-ICE-on-arm.patch" } ## Remove lto conditional |