commit:     26a37bba985a20cabf0f21d9d571dfed6ba3f2ce
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 01:14:21 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 11:32:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=26a37bba

scripts/bootstrap-prefix.sh: remove libgcc hack on RAP.

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index d6e5d6b..6a1f3cd 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1435,7 +1435,7 @@ EOF
        # linker, we can't since we want the compiler to pick it up.
        # Therefore, inject some kludgy workaround, for deps like gmp that
        # use c++
-       [[ ${CHOST} != *-darwin* ]] && export CXX="${CHOST}-g++ -lgcc_s"
+       [[ ${CHOST} != *-darwin* ]] && ! is-rap && export CXX="${CHOST}-g++ 
-lgcc_s"
 
        # Clang unconditionally requires python, the eclasses are really not
        # setup for a scenario where python doesn't live in the target

Reply via email to