summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2016-05-23 19:51:29 +0900
committerBenda Xu <heroxbd@gentoo.org>2016-05-23 19:52:58 +0900
commitbbe04bc5a9a9d2a4c7fd2b24ae402ef317571b5e (patch)
tree538f731a75f748fb3389210d31c2da833e675c2e /profiles/prefix
parentsys-devel/make: Revbump to revert upstream commit for bug #583812 (diff)
downloadgentoo-bbe04bc5a9a9d2a4c7fd2b24ae402ef317571b5e.tar.gz
gentoo-bbe04bc5a9a9d2a4c7fd2b24ae402ef317571b5e.tar.bz2
gentoo-bbe04bc5a9a9d2a4c7fd2b24ae402ef317571b5e.zip
p/p/linux-standalone/profile.bashrc: sed gcc at configure
to avoid patch conflict.
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/linux-standalone/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
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