Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 07 Jul 2016 02:41:43
Message-Id: 1467859257.f302f425f4182a6f828fb36c421d46638fda03bf.heroxbd@gentoo
1 commit: f302f425f4182a6f828fb36c421d46638fda03bf
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 01:14:21 2016 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 02:40:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f302f425
7
8 scripts/bootstrap-prefix.sh: remove libgcc hack on RAP.
9
10 scripts/bootstrap-prefix.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
14 index 9e3e4fd..79ebc62 100755
15 --- a/scripts/bootstrap-prefix.sh
16 +++ b/scripts/bootstrap-prefix.sh
17 @@ -1438,7 +1438,7 @@ bootstrap_stage3() {
18 # linker, we can't since we want the compiler to pick it up.
19 # Therefore, inject some kludgy workaround, for deps like gmp that
20 # use c++
21 - [[ ${CHOST} != *-darwin* ]] && export CXX="${CHOST}-g++ -lgcc_s"
22 + [[ ${CHOST} != *-darwin* ]] && ! is-rap && export CXX="${CHOST}-g++ -lgcc_s"
23
24 # Clang unconditionally requires python, the eclasses are really not
25 # setup for a scenario where python doesn't live in the target