From 1526eeed3a5be01db435db3817835deade860817 Mon Sep 17 00:00:00 2001 From: sempiternal-aurora <78790545+sempiternal-aurora@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:38:53 +1200 Subject: [PATCH] gnat13: reapply trampoline patch --- pkgs/development/compilers/gcc/patches/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/compilers/gcc/patches/default.nix b/pkgs/development/compilers/gcc/patches/default.nix index 5dbb716713c2..02bf294db332 100644 --- a/pkgs/development/compilers/gcc/patches/default.nix +++ b/pkgs/development/compilers/gcc/patches/default.nix @@ -160,6 +160,10 @@ optionals noSysDirs ( .${majorVersion} or [ ] ) +++ optional ( + is13 && langAda && stdenv.targetPlatform.isDarwin +) ./13/gnat13-aarch64-darwin-trampoline.patch + ++ optional (targetPlatform.isWindows || targetPlatform.isCygwin) (fetchpatch { name = "libstdc-fix-compilation-in-freestanding-win32.patch"; url = "https://inbox.sourceware.org/gcc-patches/20250922182808.2599390-2-corngood@gmail.com/raw";