From: Benda Xu Date: Mon, 23 May 2016 10:51:29 +0000 (+0900) Subject: p/p/linux-standalone/profile.bashrc: sed gcc at configure X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bbe04bc5a9a9d2a4c7fd2b24ae402ef317571b5e;p=gentoo.git p/p/linux-standalone/profile.bashrc: sed gcc at configure to avoid patch conflict. --- diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index 1e4cfcb7b535..166ab7019149 100644 --- a/profiles/prefix/linux-standalone/profile.bashrc +++ b/profiles/prefix/linux-standalone/profile.bashrc @@ -1,7 +1,7 @@ # RAP specific patches that is pending upstream. # binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593 -if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == prepare ]]; then +if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; then cd "${S}" einfo "Prefixifying glibc dynamic linker..." for h in gcc/config/*/linux*.h; do