diff options
author | 2016-05-25 00:10:35 +0900 | |
---|---|---|
committer | 2016-05-25 11:28:37 +0900 | |
commit | b1dd9f36dc9e9c39cdd846c6635dd58d4f1f5736 (patch) | |
tree | 349863294841f2012a561dfb3f543987f6f18504 /profiles | |
parent | app-text/xiphos: Revision bump. Use webkitgtk:4 to build, thanks to Derk W te... (diff) | |
download | gentoo-b1dd9f36dc9e9c39cdd846c6635dd58d4f1f5736.tar.gz gentoo-b1dd9f36dc9e9c39cdd846c6635dd58d4f1f5736.tar.bz2 gentoo-b1dd9f36dc9e9c39cdd846c6635dd58d4f1f5736.zip |
p/p/linux-standalone/profile.bashrc: add BOOTSTRAP_RAP_STAGE2.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/linux-standalone/profile.bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
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..." |