You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/spark/files/spark-2019-gentoo.patch

24 lines
852 B

--- a/gnat2why/gnat2why_c.gpr 2017-10-04 21:41:41.613376056 +0200
+++ b/gnat2why/gnat2why_c.gpr 2017-10-04 21:42:30.582572536 +0200
@@ -1,4 +1,7 @@
project Gnat2Why_C is
for Languages use ("C");
for Object_Dir use "obj";
+ package Compiler is
+ for Driver ("C") use External ("CC", "gcc");
+ end Compiler;
end Gnat2Why_C;
--- a/gnatprove/configuration.adb 2019-11-28 08:13:36.857402405 +0100
+++ b/gnatprove/configuration.adb 2019-11-28 08:14:23.777570096 +0100
@@ -1161,7 +1161,9 @@
end if;
- Set_Path_From_Gnatls (Proj_Env.all, "gnatls", GNAT_Version);
+ Set_Path_From_Gnatls (Proj_Env.all,
+ "gnatls",
+ GNAT_Version);
Free (GNAT_Version);
Set_Object_Subdir (Proj_Env.all,
Filesystem_String