grobian     15/05/31 10:03:37

  Modified:             profile.bashrc
  Log:
  From now on, Mac OS X/Darwin is built with Clang

Revision  Changes    Path
1.4                  profiles/prefix/darwin/macos/10.10/profile.bashrc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc?r1=1.3&r2=1.4

Index: profile.bashrc
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- profile.bashrc      24 Nov 2014 21:38:16 -0000      1.3
+++ profile.bashrc      31 May 2015 10:03:37 -0000      1.4
@@ -1,20 +1,5 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v 1.3 
2014/11/24 21:38:16 redlizard Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/profile.bashrc,v 1.4 
2015/05/31 10:03:37 grobian Exp $
 
-# this is no typo, gcc-apple doesn't allow for 10.10 and mixes things up
-export MACOSX_DEPLOYMENT_TARGET=10.9
-
-# some packages need to be compiled with clang on 10.10
-local pkgs_clang pkg
-pkgs_clang=(
-       dev-libs/glib
-       dev-lang/python
-       sys-devel/binutils-apple
-)
-for pkg in ${pkgs_clang[@]} ; do
-       if [[ ${CATEGORY}/${PN} == ${pkg} ]]; then
-               CC="clang -I${EPREFIX}/usr/include"
-               CXX="clang++ -I${EPREFIX}/usr/include"
-       fi
-done
+export MACOSX_DEPLOYMENT_TARGET=10.10




Reply via email to