[81556] trunk/base/src/port1.0/portconfigure.tcl
jeremyhu at macports.org
jeremyhu at macports.org
Mon Aug 1 14:52:31 PDT 2011
Revision: 81556
http://trac.macports.org/changeset/81556
Author: jeremyhu at macports.org
Date: 2011-08-01 14:52:31 -0700 (Mon, 01 Aug 2011)
Log Message:
-----------
default fallback to generic cc rather than gcc
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-08-01 20:18:57 UTC (rev 81555)
+++ trunk/base/src/port1.0/portconfigure.tcl 2011-08-01 21:52:31 UTC (rev 81556)
@@ -355,7 +355,7 @@
proc portconfigure::configure_get_default_compiler {args} {
global xcodeversion macosx_deployment_target
if {$xcodeversion == "none" || $xcodeversion == ""} {
- return gcc
+ return cc
} 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/20110801/50799b75/attachment.html>
More information about the macports-changes
mailing list