commit:     a1591cd8a82306081a2ea6005367b8dbede5f674
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 08:02:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a1591cd8

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 e524b7a..2c76097 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1437,7 +1437,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