Removed problematics with 7.3

This commit is contained in:
Alejandro R Mosteo
2018-04-28 17:23:53 +02:00
parent 49a04280c6
commit 8606fe9b91
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ package Alire.Index.Libadacrypt is
GPR_External ("system", "windows")),
Available_When =>
Compiler > GNAT_FSF_7_2
Compiler > GNAT_FSF_7_3_Or_Newer
-- It fails self-tests; might be a spureous warning
);
+2 -1
View File
@@ -31,7 +31,8 @@ package Alire.Index.Whitakers_Words is
Action_Run (Post_Compile, "make"),
Available_When =>
Compiler > GNAT_FSF_7_2 -- bug with SAL library failing binding
Compiler > GNAT_FSF_7_3_Or_Newer
-- bug with SAL library failing binding
);
end Alire.Index.Whitakers_Words;