summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-ag
blob: 58783fd6b8cec66b53996c00e1c7bddf782c00e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gcc/ada/gnatchop.adb.orig	2010-06-03 02:22:23.000000000 -0400
+++ gcc/ada/gnatchop.adb	2010-09-28 11:05:12.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;