Revision: 81556 http://trac.macports.org/changeset/81556 Author: jeremyhu@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"} {
participants (1)
-
jeremyhu@macports.org