diff options
Diffstat (limited to 'lang/gnat/files/patch-af')
-rw-r--r-- | lang/gnat/files/patch-af | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gnat/files/patch-af b/lang/gnat/files/patch-af deleted file mode 100644 index c4c54206c3e7..000000000000 --- a/lang/gnat/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/ada/gnatlink.adb.orig 2010-06-03 02:22:26.000000000 -0400 -+++ gcc/ada/gnatlink.adb 2010-09-28 11:04:58.000000000 -0400 -@@ -137,7 +137,7 @@ - -- This table collects the arguments to be passed to compile the binder - -- generated file. - -- Gcc : String_Access := Program_Name ("gcc", "gnatlink"); -+ Gcc : String_Access := Program_Name ("gnatgcc", "gnatlink"); - - Read_Mode : constant String := "r" & ASCII.NUL; - |