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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/279daa8dc64d64bffaeccac76eec7aeb11d48158">https://github.com/macports/macports-ports/commit/279daa8dc64d64bffaeccac76eec7aeb11d48158</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 279daa8dc64 crossgdb PG: add supported_arch line
</span>279daa8dc64 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 279daa8dc64d64bffaeccac76eec7aeb11d48158
</span>Author: Vadym-Valdis Yudaiev <judaew@macports.org>
AuthorDate: Mon May 9 13:57:24 2022 +0300

<span style='display:block; white-space:pre;color:#404040;'>    crossgdb PG: add supported_arch line
</span>---
 _resources/port1.0/group/crossgdb-1.0.tcl | 3 +++
 1 file changed, 3 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 9249a32acda..943303add5d 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;'>@@ -119,6 +119,9 @@ proc crossgdb.setup {target version} {
</span>             reinplace -q {/^install:/s/ .*//} ${worksrcpath}/libiberty/Makefile.in
         }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # gdb is not supported on macOS ARM now
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        supported_archs x86_64 i386
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         # Needs C++11; halfway redundant due to the blacklist above, but make
         # sure selected compiler supports the standard - getting rid of old
         # Apple GCC versions and the like?
</pre><pre style='margin:0'>

</pre>