aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnat/files/patch-ag
blob: 26e672ab911429744fd0f54184bc7600673651eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gcc/ada/gnatchop.adb.orig   Fri Jul 29 09:03:44 2005
+++ gcc/ada/gnatchop.adb    Wed Nov 23 23:40:15 2005
@@ -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;