summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-ag
blob: 8cd40a65c1e86fcd9f816da9845fdfefb2d81c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** ./ada/gnatchop.adb.orig	Fri Sep 24 08:42:44 1999
--- ./ada/gnatchop.adb	Tue Nov  2 02:43:44 1999
***************
*** 1575,1581 ****
  begin
     --  Check presence of required executables
  
!    Gnat_Cmd := Locate_Executable ("gcc");
  
     if Gnat_Cmd = null then
        goto No_Files_Written;
--- 1575,1581 ----
  begin
     --  Check presence of required executables
  
!    Gnat_Cmd := Locate_Executable ("adagcc");
  
     if Gnat_Cmd = null then
        goto No_Files_Written;