[92125] trunk/dports/lang/pypy/Portfile

jmr at macports.org jmr at macports.org
Thu Apr 19 08:32:21 PDT 2012


Revision: 92125
          https://trac.macports.org/changeset/92125
Author:   jmr at macports.org
Date:     2012-04-19 08:32:20 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
pypy: prefer clang over llvm-gcc-4.2

Modified Paths:
--------------
    trunk/dports/lang/pypy/Portfile

Modified: trunk/dports/lang/pypy/Portfile
===================================================================
--- trunk/dports/lang/pypy/Portfile	2012-04-19 14:37:15 UTC (rev 92124)
+++ trunk/dports/lang/pypy/Portfile	2012-04-19 15:32:20 UTC (rev 92125)
@@ -60,7 +60,7 @@
 }
 # memory usage bug in gcc 4.2 on x86_64
 if {${configure.compiler} == "gcc-4.2" && $build_arch == "x86_64"} {
-    configure.compiler llvm-gcc-4.2
+    configure.compiler clang
 }
 
 platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120419/162ade18/attachment.html>


More information about the macports-changes mailing list