[101270] trunk/base/src/port1.0/portconfigure.tcl

jmr at macports.org jmr at macports.org
Mon Jan 7 06:28:07 PST 2013


Revision: 101270
          https://trac.macports.org/changeset/101270
Author:   jmr at macports.org
Date:     2013-01-07 06:28:07 -0800 (Mon, 07 Jan 2013)
Log Message:
-----------
add macports-clang-3.3 to configure_get_compiler

Modified Paths:
--------------
    trunk/base/src/port1.0/portconfigure.tcl

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2013-01-07 14:22:11 UTC (rev 101269)
+++ trunk/base/src/port1.0/portconfigure.tcl	2013-01-07 14:28:07 UTC (rev 101270)
@@ -702,6 +702,13 @@
                 cxx  { set ret ${prefix}/bin/clang++-mp-3.2 }
             }
         }
+        macports-clang-3.3 {
+            switch -exact ${type} {
+                cc   { set ret ${prefix}/bin/clang-mp-3.3 }
+                objc { set ret ${prefix}/bin/clang-mp-3.3 }
+                cxx  { set ret ${prefix}/bin/clang++-mp-3.3 }
+            }
+        }
     }
     return $ret
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130107/13543193/attachment.html>


More information about the macports-changes mailing list