head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @ * @; 1.1 date 2026.06.06.06.15.50; author dkazankov; state Exp; branches; next ; commitid aIGRFXloTdnfBHIG; desc @@ 1.1 log @gcc15-gnat: update to 15.2.0nb2 * Update common patches from upstream gcc15 package * Update libgnat BSD socket implementation * Improve using builtin binutils version on NetBSD 11 * Fix tasking implementation on NetBSD - now GNAT does not use alternate stack for tasking on NetBSD: see pthread CAVEATS - add affinity/ceiling support @ text @$NetBSD: patch-gcc_config_netbsd.h,v 1.1 2025/11/08 07:04:02 mrg Exp $ NetBSD doesn't have a -ldl. --- gcc/config/netbsd.h.orig 2025-08-07 23:51:40.599350224 -0700 +++ gcc/config/netbsd.h 2025-11-06 12:07:01.954484996 -0800 @@@@ -166,3 +166,6 @@@@ along with GCC; see the file COPYING3. do { \ netbsd_patch_builtins (); \ } while(0) + +/* NetBSD does not have a dl library. */ +#define DL_LIBRARY "" @