diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 00:01:24 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 00:01:24 +0000 |
commit | 653aef86bca9e3d3807bd0bbfdecd29a7beda3bd (patch) | |
tree | 18f7b9db8895f0cb3203d925c1250d6ff5333f6d /lang/gnat/files/patch-ad | |
parent | - Update to 2.0.7 (diff) |
Update the antiquated version of the GNAT compiler to the GPL-2005
version.
Note that this version now produces executables that are
covered by the GPL as opposed to the previous version which was
covered by the modified GPL.
Also note that the GNAT sources in the stock GCC-4 tree are
not under this restriction. A new port based on the sources
in GCC-4 will come when I get the time.
Notes
Notes:
svn path=/head/; revision=149845
Diffstat (limited to 'lang/gnat/files/patch-ad')
-rw-r--r-- | lang/gnat/files/patch-ad | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/lang/gnat/files/patch-ad b/lang/gnat/files/patch-ad index df9243d0c8a5..7ce6e14ae457 100644 --- a/lang/gnat/files/patch-ad +++ b/lang/gnat/files/patch-ad @@ -1,19 +1,11 @@ -*** ./ada/make.adb.orig Fri Sep 24 08:41:53 1999 ---- ./ada/make.adb Tue Nov 2 02:46:10 1999 -*************** -*** 238,244 **** - -- Compiler, Binder & Linker Data and Subprograms -- - ---------------------------------------------------- - -! Gcc : String_Access := Program_Name ("gcc"); - Gnatbind : String_Access := Program_Name ("gnatbind"); - Gnatlink : String_Access := Program_Name ("gnatlink"); - -- Default compiler, binder, linker programs ---- 238,244 ---- - -- Compiler, Binder & Linker Data and Subprograms -- - ---------------------------------------------------- - -! Gcc : String_Access := Program_Name ("adagcc"); - Gnatbind : String_Access := Program_Name ("gnatbind"); - Gnatlink : String_Access := Program_Name ("gnatlink"); - -- Default compiler, binder, linker programs +--- gcc/ada/make.adb.orig Fri Jul 29 09:03:47 2005 ++++ gcc/ada/make.adb Wed Nov 23 23:36:44 2005 +@@ -579,7 +579,7 @@ + -- Compiler, Binder & Linker Data and Subprograms -- + ---------------------------------------------------- + +- Gcc : String_Access := Program_Name ("gcc"); ++ Gcc : String_Access := Program_Name ("gnatgcc"); + Gnatbind : String_Access := Program_Name ("gnatbind"); + Gnatlink : String_Access := Program_Name ("gnatlink"); + -- Default compiler, binder, linker programs |