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, 02 Feb 2016 19:48:40
Message-Id: 1454442100.0da045d27b4da0fd04938e03e24407b56cfc33cc.grobian@gentoo
1 commit: 0da045d27b4da0fd04938e03e24407b56cfc33cc
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 19:41:40 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 19:41:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0da045d2
7
8 scripts/bootstrap-prefix: document why the versions of llvm are used
9
10 scripts/bootstrap-prefix.sh | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 7d186f1..40eaede 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -181,6 +181,8 @@ configure_toolchain() {
18 # libcxx, which only compiles with clang
19 local libcxx="sys-libs/libcxx-headers sys-libs/libcxxabi sys-libs/libcxx"
20 compiler_stage1+=" dev-libs/libffi <sys-devel/llvm-3.5 ${libcxx}"
21 + # similar, the deps for 3.6+ are too high (cmake, ninja,
22 + # python) so we have to do this with an intermediate
23 compiler="${libcxx} sys-libs/csu dev-libs/libffi <sys-devel/llvm-3.6 <sys-devel/clang-3.6"
24 ;;
25 *-*-aix*)