mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e76a216b9f
Borrow some makefile foo from lang/gnat-gcc43.
12 lines
462 B
Plaintext
12 lines
462 B
Plaintext
--- gcc/ada/gnatchop.adb.orig 2009-05-19 07:24:47.000000000 -0400
|
|
+++ gcc/ada/gnatchop.adb 2009-06-18 08:45:13.000000000 -0400
|
|
@@ -45,7 +45,7 @@
|
|
Config_File_Name : constant String_Access := new String'("gnat.adc");
|
|
-- The name of the file holding the GNAT configuration pragmas
|
|
|
|
- Gcc : String_Access := new String'("gcc");
|
|
+ Gcc : String_Access := new String'("gnatgcc");
|
|
-- May be modified by switch --GCC=
|
|
|
|
Gcc_Set : Boolean := False;
|