[112828] trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl

raimue at macports.org raimue at macports.org
Sat Nov 2 05:33:00 PDT 2013


Revision: 112828
          https://trac.macports.org/changeset/112828
Author:   raimue at macports.org
Date:     2013-11-02 05:32:59 -0700 (Sat, 02 Nov 2013)
Log Message:
-----------
Make configure.cxx_stdlib optional as our buildbots do not know about this option yet

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2013-11-02 12:28:30 UTC (rev 112827)
+++ trunk/dports/_resources/port1.0/group/crossgcc-1.0.tcl	2013-11-02 12:32:59 UTC (rev 112828)
@@ -146,7 +146,9 @@
         configure.ld_archflags
 
         # the bootstrap compiler doesn't accept -stdlib
-        configure.cxx_stdlib
+        if {[info exists configure.cxx_stdlib]} {
+            configure.cxx_stdlib
+        }
 
         # We don't need system includes(this prevents xgcc to include system-wide
         # unwind.h if it is present)!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131102/7398f6bc/attachment-0001.html>


More information about the macports-changes mailing list