Revision
141205
Author
jeremyhu@macports.org
Date
2015-10-12 13:16:04 -0700 (Mon, 12 Oct 2015)

Log Message

Re-allow gcc-4.2 and llvm-gcc-4.2 on El Cap for now

Modified Paths

Diff

Modified: trunk/base/src/port1.0/portconfigure.tcl (141204 => 141205)


--- trunk/base/src/port1.0/portconfigure.tcl	2015-10-12 20:02:50 UTC (rev 141204)
+++ trunk/base/src/port1.0/portconfigure.tcl	2015-10-12 20:16:04 UTC (rev 141205)
@@ -519,7 +519,7 @@
     }
 
     # Determine if we have MacPorts-provided legacy gcc fallbacks
-    if {${os.major} < 15} {
+    if {${os.major} < 16} {
         lappend compilers macports-llvm-gcc-4.2 apple-gcc-4.2
     }