[125653] users/ryandesign/no_default_gcc

ryandesign at macports.org ryandesign at macports.org
Tue Sep 23 10:25:20 PDT 2014


Revision: 125653
          https://trac.macports.org/changeset/125653
Author:   ryandesign at macports.org
Date:     2014-09-23 10:25:19 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
no_default_gcc: add clang and clang++

Modified Paths:
--------------
    users/ryandesign/no_default_gcc/cc

Added Paths:
-----------
    users/ryandesign/no_default_gcc/clang
    users/ryandesign/no_default_gcc/clang++

Modified: users/ryandesign/no_default_gcc/cc
===================================================================
--- users/ryandesign/no_default_gcc/cc	2014-09-23 17:18:43 UTC (rev 125652)
+++ users/ryandesign/no_default_gcc/cc	2014-09-23 17:25:19 UTC (rev 125653)
@@ -3,10 +3,10 @@
 
 PROG=$(basename "$0")
 case "$PROG" in
-	gcc)
+	clang|gcc)
 		VAR=cc
 		;;
-	c++|g++)
+	c++|clang++|g++)
 		VAR=cxx
 		;;
 	*)

Added: users/ryandesign/no_default_gcc/clang
===================================================================
--- users/ryandesign/no_default_gcc/clang	                        (rev 0)
+++ users/ryandesign/no_default_gcc/clang	2014-09-23 17:25:19 UTC (rev 125653)
@@ -0,0 +1 @@
+link cc
\ No newline at end of file


Property changes on: users/ryandesign/no_default_gcc/clang
___________________________________________________________________
Added: svn:special
   + *

Added: users/ryandesign/no_default_gcc/clang++
===================================================================
--- users/ryandesign/no_default_gcc/clang++	                        (rev 0)
+++ users/ryandesign/no_default_gcc/clang++	2014-09-23 17:25:19 UTC (rev 125653)
@@ -0,0 +1 @@
+link cc
\ No newline at end of file


Property changes on: users/ryandesign/no_default_gcc/clang++
___________________________________________________________________
Added: svn:special
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/c0b57c22/attachment.html>


More information about the macports-changes mailing list