Skip to content

Commit

Permalink
p/p/linux-standalone/profile.bashrc: add BOOTSTRAP_RAP_STAGE2.
Browse files Browse the repository at this point in the history
  • Loading branch information
heroxbd committed May 25, 2016
1 parent f49f686 commit b1dd9f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/prefix/linux-standalone/profile.bashrc
Original file line number Diff line number Diff line change
@@ -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..."
Expand Down

0 comments on commit b1dd9f3

Please sign in to comment.