commit: b1dd9f36dc9e9c39cdd846c6635dd58d4f1f5736 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Tue May 24 15:10:35 2016 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Wed May 25 02:28:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dd9f36
p/p/linux-standalone/profile.bashrc: add BOOTSTRAP_RAP_STAGE2. profiles/prefix/linux-standalone/profile.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index 166ab70..369b595 100644 --- a/profiles/prefix/linux-standalone/profile.bashrc +++ b/profiles/prefix/linux-standalone/profile.bashrc @@ -1,6 +1,9 @@ # RAP specific patches that is pending upstream. # binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593 +# Disable RAP trick using bootstrap stage2 +[[ -z ${BOOTSTRAP_RAP_STAGE2} ]] || return 0 + if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} == configure ]]; then cd "${S}" einfo "Prefixifying glibc dynamic linker..."
