[106805] branches/release_2_2/base/src/port1.0/portconfigure.tcl

jmr at macports.org jmr at macports.org
Sat Jun 8 09:26:18 PDT 2013


Revision: 106805
          https://trac.macports.org/changeset/106805
Author:   jmr at macports.org
Date:     2013-06-08 09:26:18 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
(release branch only) keep llvm-gcc-4.2 rather than macports-llvm-gcc-4.2 in the fallback list when using Xcode 4.6

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

Modified: branches/release_2_2/base/src/port1.0/portconfigure.tcl
===================================================================
--- branches/release_2_2/base/src/port1.0/portconfigure.tcl	2013-06-08 16:25:50 UTC (rev 106804)
+++ branches/release_2_2/base/src/port1.0/portconfigure.tcl	2013-06-08 16:26:18 UTC (rev 106805)
@@ -447,7 +447,7 @@
         return $default_compilers
     } elseif {$xcodeversion == "none" || $xcodeversion == ""} {
         return {cc}
-    } elseif {[vercmp $xcodeversion 4.6] >= 0} {
+    } elseif {[vercmp $xcodeversion 4.7] >= 0} {
         return {clang macports-llvm-gcc-4.2 apple-gcc-4.2 macports-clang-3.2}
     } elseif {[vercmp $xcodeversion 4.2] >= 0} {
         return {clang llvm-gcc-4.2 apple-gcc-4.2 macports-clang-3.2}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/4d98d94a/attachment.html>


More information about the macports-changes mailing list