<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/82f67c0d68f8d5abbc9918c51e80671b25c32301">https://github.com/macports/macports-ports/commit/82f67c0d68f8d5abbc9918c51e80671b25c32301</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 82f67c0d68f8d5abbc9918c51e80671b25c32301
</span>Author: Vadym-Valdis Yudaiev (Glory to Ukraine) <judaew@macports.org>
AuthorDate: Mon May 2 18:18:01 2022 +0300

<span style='display:block; white-space:pre;color:#404040;'>    crossgdb PG: Pick a TLS-compatible compiler
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/65105
</span>---
 _resources/port1.0/group/crossgdb-1.0.tcl | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/crossgdb-1.0.tcl b/_resources/port1.0/group/crossgdb-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index ed343a896a7..1990c2148b8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/crossgdb-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/crossgdb-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -124,6 +124,10 @@ proc crossgdb.setup {target version} {
</span>         # Apple GCC versions and the like?
         compiler.cxx_standard 2011
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Tell MacPorts to pick a TLS-compatible compiler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # See https://trac.macports.org/ticket/65105
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         configure.dir       ${workpath}/build
         configure.cmd       ${worksrcpath}/configure
         configure.args      --target=${crossgdb.target} \
</pre><pre style='margin:0'>

</pre>