head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.4 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.12.24.15.37.03; author ryoon; state Exp; branches; next ; commitid LN4PLTqwTLuAYFnG; desc @@ 1.1 log @devel/sdcc: Update to 4.5.0 * AVR target is not available anymore. Use cross/avr-gcc. * gbz80 is renamed to sm83. * Based on devel/sdcc3 and make pkglint happier. Changelog: SDCC 4.5.0 New Feature List: Full atomic_flag support for msc51 and ds390 ports Experimental f8 port ISO C2y case range expressions ISO C2y _Generic selection expression with a type operand K&R-style function syntax (preliminarily with the semantics of non-K&R ISO-style functions) ISO C23 enums with user-specified underlying type struct / union in initializers @ text @$NetBSD$ * POSIX shell portability. --- support/cpp/gcc/configure.orig 2022-12-24 04:45:20.000000000 +0000 +++ support/cpp/gcc/configure @@@@ -6017,7 +6017,7 @@@@ _ACEOF 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 @