From: Benda Xu Date: Tue, 24 May 2016 15:10:35 +0000 (+0900) Subject: p/p/linux-standalone/profile.bashrc: add BOOTSTRAP_RAP_STAGE2. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b1dd9f36dc9e9c39cdd846c6635dd58d4f1f5736;p=gentoo.git p/p/linux-standalone/profile.bashrc: add BOOTSTRAP_RAP_STAGE2. --- diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index 166ab7019149..369b595143af 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..."