diff options
author | 2016-05-23 19:51:29 +0900 | |
---|---|---|
committer | 2016-05-23 19:52:58 +0900 | |
commit | bbe04bc5a9a9d2a4c7fd2b24ae402ef317571b5e (patch) | |
tree | 538f731a75f748fb3389210d31c2da833e675c2e /profiles | |
parent | sys-devel/make: Revbump to revert upstream commit for bug #583812 (diff) | |
download | gentoo-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')
-rw-r--r-- | profiles/prefix/linux-standalone/profile.bashrc | 2 |
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 |