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

jeremyhu at macports.org jeremyhu at macports.org
Sun Jul 17 10:46:19 PDT 2011


Revision: 80798
          http://trac.macports.org/changeset/80798
Author:   jeremyhu at macports.org
Date:     2011-07-17 10:46:19 -0700 (Sun, 17 Jul 2011)
Log Message:
-----------
Revert an accidental over-commit from the last commit

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2011-07-17 17:45:29 UTC (rev 80797)
+++ trunk/base/src/port1.0/portconfigure.tcl	2011-07-17 17:46:19 UTC (rev 80798)
@@ -355,8 +355,6 @@
     global xcodeversion macosx_deployment_target
     if {$xcodeversion == "none" || $xcodeversion == ""} {
         return gcc
-    } elseif {[rpm-vercomp $xcodeversion 4.2] >= 0} {
-        return clang
     } elseif {[rpm-vercomp $xcodeversion 4.0] >= 0} {
         return llvm-gcc-4.2
     } elseif {[rpm-vercomp $xcodeversion 3.2] >= 0 && $macosx_deployment_target != "10.4"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110717/8f2d7b06/attachment.html>


More information about the macports-changes mailing list