head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.04.25.12.48.44; author dkazankov; state Exp; branches; next ; commitid APw1L64av3BaRqSF; desc @@ 1.1 log @gcc13-gnat: add missing patches @ text @$NetBSD: patch-libgcc_config_t-darwin-min-11,v 1.1 2024/12/15 03:07:57 brook Exp $ libgcc, Darwin: From macOS 11, make that the earliest supported. For libgcc, we have (so far) supported building a DSO that supports earlier versions of the OS than the target. From macOS 11, there are APIs that do not exist on earlier OS versions, so limit the libgcc range to macOS11..current. See https://github.com/gcc-mirror/gcc/blob/master/libgcc/config/t-darwin-min-11. --- libgcc/config/t-darwin-min-11.orig 2024-12-10 16:14:54.471536671 +0000 +++ libgcc/config/t-darwin-min-11 @@@@ -0,0 +1,3 @@@@ +# Support building with -mmacosx-version-min back to macOS 11. +DARWIN_MIN_LIB_VERSION = -mmacosx-version-min=11 +DARWIN_MIN_CRT_VERSION = -mmacosx-version-min=11 @