Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Tue, 11 Oct 2016 11:42:33
Message-Id: 1476186133.9bbbce997334d091adfa85246f09a6c5aeb3beba.grobian@gentoo
1 commit: 9bbbce997334d091adfa85246f09a6c5aeb3beba
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 11:42:13 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 11:42:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=9bbbce99
7
8 bootstrap_stage2: force python found for llvm-3.4
9
10 scripts/bootstrap-prefix.sh | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index de52c07..f14202f 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -1317,6 +1317,7 @@ bootstrap_stage2() {
18 EXTRA_ECONF="--disable-bootstrap" \
19 GCC_MAKE_TARGET=all \
20 TPREFIX="${ROOT}" \
21 + PYTHON_COMPAT_OVERRIDE=python2.7 \
22 emerge_pkgs --nodeps ${compiler_stage1} || return 1
23
24 # undo gmp cxx hack