head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.10 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.8 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.6 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.4 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.1.0.8 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.6 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.4 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2025.02.08.14.05.03; author wiz; state Exp; branches; next 1.1; commitid w9JGAUWGP7uGIFIF; 1.1 date 2024.03.08.12.02.34; author wiz; state Exp; branches; next ; commitid wOtDZmcvYEQnSl1F; desc @@ 1.2 log @gcc13-gnat: merge updates from wip From Dmytro Kazankov. @ text @$NetBSD: patch-gcc_configure,v 1.1 2024/03/08 12:02:34 wiz Exp $ Portability fix. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90143 --- gcc/configure.orig 2024-05-21 10:49:00.000000000 +0300 +++ gcc/configure @@@@ -6433,7 +6433,7 @@@@ if test "$enable_largefile" != no; then case "$host, $build" in *-*-aix*,*|*,*-*-aix*) - if test "$ac_cv_sizeof_ino_t" == "4" -a "$ac_cv_sizeof_dev_t" == 4; then + if test "$ac_cv_sizeof_ino_t" = "4" -a "$ac_cv_sizeof_dev_t" = 4; then $as_echo "#define HOST_STAT_FOR_64BIT_INODES stat64x" >>confdefs.h @@@@ -31556,7 +31556,7 @@@@ gcc_cv_target_dl_iterate_phdr=no fi ;; - *-*-dragonfly* | *-*-freebsd*) + *-*-dragonfly* | *-*-freebsd* | *-*-netbsd* ) if grep dl_iterate_phdr $target_header_dir/sys/link_elf.h > /dev/null 2>&1; then gcc_cv_target_dl_iterate_phdr=yes else @ 1.1 log @lang/gcc13-gnat: import gcc13-gnat-13.2.0 Packaged by Dmytro Kazankov for wip. The GNU Compiler Collection (GCC) This package contains GNAT compiler and Ada tools @ text @d1 1 a1 1 $NetBSD: patch-gcc_configure,v 1.1 2023/05/03 20:03:09 wiz Exp $ d7 1 a7 1 --- gcc/configure.orig 2022-05-06 07:30:57.000000000 +0000 d9 1 a9 1 @@@@ -6395,7 +6395,7 @@@@ _ACEOF d18 1 a18 1 @@@@ -31598,7 +31598,7 @@@@ case "$target" in @