commit:     5647e88f5590822abfc8384892ebd44f3d215b6a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:13:52 2016 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:13:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=5647e88f

scripts/bootstrap-prefix: also define OBJC and OBJCXX for bug #575860

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

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 876d617..81ef629 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1165,6 +1165,8 @@ bootstrap_stage2() {
                        echo "# System compiler on Darwin Prefix is Clang, do 
not remove this"
                        echo "CC=${CHOST}-clang"
                        echo "CXX=${CHOST}-clang++"
+                       echo "OBJC=${CHOST}-clang"
+                       echo "OBJCXX=${CHOST}-clang++"
                        echo "BUILD_CC=${CHOST}-clang"
                        echo "BUILD_CXX=${CHOST}-clang++"
                } >> "${ROOT}"/etc/portage/make.conf

Reply via email to