diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2002-12-01 19:10:48 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-12-01 19:10:48 +0000 |
commit | f12ee9219b0806ca0e380d2b34c8802e3e3e5bd6 (patch) | |
tree | f5dbb0415f72eaf1dfbdd1078d0d81b794bca146 /lang/gnat/files/patch-ag | |
parent | Make port build on -current/sparc64. (diff) |
Update to the latest released version of GNAT (3.15p). Also use a
new bootstrap compiler and fix so that it builds under -current.
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=71275
Diffstat (limited to 'lang/gnat/files/patch-ag')
-rw-r--r-- | lang/gnat/files/patch-ag | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lang/gnat/files/patch-ag b/lang/gnat/files/patch-ag index 8cd40a65c1e8..4bc89fcccd5c 100644 --- a/lang/gnat/files/patch-ag +++ b/lang/gnat/files/patch-ag @@ -1,19 +1,19 @@ -*** ./ada/gnatchop.adb.orig Fri Sep 24 08:42:44 1999 ---- ./ada/gnatchop.adb Tue Nov 2 02:43:44 1999 +*** ./ada/gnatchop.adb.orig Thu Oct 24 04:02:18 2002 +--- ./ada/gnatchop.adb Fri Nov 22 09:18:03 2002 *************** -*** 1575,1581 **** - begin - -- Check presence of required executables +*** 49,55 **** + Config_File_Name : constant String_Access := new String'("gnat.adc"); + -- The name of the file holding the GNAT configuration pragmas -! Gnat_Cmd := Locate_Executable ("gcc"); +! Gcc : String_Access := new String'("gcc"); + -- May be modified by switch --GCC= - if Gnat_Cmd = null then - goto No_Files_Written; ---- 1575,1581 ---- - begin - -- Check presence of required executables + Gcc_Set : Boolean := False; +--- 49,55 ---- + Config_File_Name : constant String_Access := new String'("gnat.adc"); + -- The name of the file holding the GNAT configuration pragmas -! Gnat_Cmd := Locate_Executable ("adagcc"); +! Gcc : String_Access := new String'("adagcc"); + -- May be modified by switch --GCC= - if Gnat_Cmd = null then - goto No_Files_Written; + Gcc_Set : Boolean := False; |