commit: 9bbbce997334d091adfa85246f09a6c5aeb3beba
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 11:42:13 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 11:42:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=9bbbce99
bootstrap_stage2: force python found for llvm-3.4
scripts/bootstrap-prefix.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index de52c07..f14202f 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1317,6 +1317,7 @@ bootstrap_stage2() {
EXTRA_ECONF="--disable-bootstrap" \
GCC_MAKE_TARGET=all \
TPREFIX="${ROOT}" \
+ PYTHON_COMPAT_OVERRIDE=python2.7 \
emerge_pkgs --nodeps ${compiler_stage1} || return 1
# undo gmp cxx hack