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

toby at macports.org toby at macports.org
Mon Aug 24 13:45:41 PDT 2009


Revision: 56151
          http://trac.macports.org/changeset/56151
Author:   toby at macports.org
Date:     2009-08-24 13:45:40 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
set llvm-gcc-4.2 cpp, for consistency

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

Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl	2009-08-24 20:43:46 UTC (rev 56150)
+++ trunk/base/src/port1.0/portconfigure.tcl	2009-08-24 20:45:40 UTC (rev 56151)
@@ -305,6 +305,7 @@
         "darwin 8" { set compiler gcc-4.0 }
         "darwin 9" { set compiler gcc-4.0 }
         "darwin 10" { set compiler gcc-4.2 }
+        "darwin 11" { set compiler llvm-gcc-4.2 }
         default { set compiler gcc }
     }
     return $compiler
@@ -352,6 +353,7 @@
                 cc   { set ret ${developer_dir}/usr/bin/llvm-gcc-4.2 }
                 objc { set ret ${developer_dir}/usr/bin/llvm-gcc-4.2 }
                 cxx  { set ret ${developer_dir}/usr/bin/llvm-g++-4.2 }
+                cpp  { set ret ${developer_dir}/usr/bin/llvm-cpp-4.2 }
             }
         }
         clang {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/e12594e3/attachment.html>


More information about the macports-changes mailing list