p/p/linux-standalone/profile.bashrc: sed gcc at configure
authorBenda Xu <heroxbd@gentoo.org>
Mon, 23 May 2016 10:51:29 +0000 (19:51 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Mon, 23 May 2016 10:52:58 +0000 (19:52 +0900)
  to avoid patch conflict.

profiles/prefix/linux-standalone/profile.bashrc

index 1e4cfcb7b535fba01f8dc3e665aa8039ea8da352..166ab70191495e2b0753f961a2d3d1d02fd31015 100644 (file)
@@ -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