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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user