gnat13: fix patch evaluation

The patch only applies on top of the iains gcc patchset, as it modifies
the abi added by that patchset.
This commit is contained in:
sempiternal-aurora
2026-05-29 01:22:29 +10:00
parent 32d88931bd
commit 10eb89c978
@@ -187,7 +187,9 @@ optionals noSysDirs (
.${majorVersion} or [ ]
)
++ optional (langAda && is13) ./13/gnat13-aarch64-darwin-trampoline.patch
++ optional (
langAda && is13 && canApplyIainsDarwinPatches
) ./13/gnat13-aarch64-darwin-trampoline.patch
++ optional (targetPlatform.isWindows || targetPlatform.isCygwin) (fetchpatch {
name = "libstdc-fix-compilation-in-freestanding-win32.patch";