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

jkh at apple.com jkh at apple.com
Thu Dec 18 13:36:05 PST 2008


Revision: 43976
          http://trac.macports.org/changeset/43976
Author:   jkh at apple.com
Date:     2008-12-18 13:36:05 -0800 (Thu, 18 Dec 2008)
Log Message:
-----------
Pick more reasonable default compiler for this OS version.

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2008-12-18 21:07:33 UTC (rev 43975)
+++ trunk/base/src/port1.0/portconfigure.tcl	2008-12-18 21:36:05 UTC (rev 43976)
@@ -285,7 +285,7 @@
         "darwin 7" { set compiler gcc-3.3 }
         "darwin 8" { set compiler gcc-4.0 }
         "darwin 9" { set compiler gcc-4.0 }
-        "darwin 10" { set compiler llvm-gcc-4.2 }
+        "darwin 10" { set compiler gcc-4.2 }
         default { set compiler gcc }
     }
     return $compiler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081218/93067e05/attachment.html>


More information about the macports-changes mailing list