[31891] trunk/base/src/port1.0/portconfigure.tcl
mww at macports.org
mww at macports.org
Tue Dec 11 01:55:20 PST 2007
Revision: 31891
http://trac.macosforge.org/projects/macports/changeset/31891
Author: mww at macports.org
Date: 2007-12-11 01:55:17 -0800 (Tue, 11 Dec 2007)
Log Message:
-----------
add option 'gcc-4.2' for configure.compiler
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2007-12-11 09:10:25 UTC (rev 31890)
+++ trunk/base/src/port1.0/portconfigure.tcl 2007-12-11 09:55:17 UTC (rev 31891)
@@ -184,6 +184,12 @@
objc /usr/bin/gcc-4.0 \
cxx /usr/bin/g++-4.0 \
cpp /usr/bin/cpp-4.0 }
+ gcc-4.2 {
+ select_compiler "Mac OS X gcc 4.2" \
+ cc /usr/bin/gcc-4.2 \
+ objc /usr/bin/gcc-4.2 \
+ cxx /usr/bin/g++-4.2 \
+ cpp /usr/bin/cpp-4.2 }
apple-gcc-3.3 {
select_compiler "MacPorts Apple gcc 3.3" \
cc ${prefix}/bin/gcc-apple-3.3 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071211/df097c67/attachment.html
More information about the macports-changes
mailing list