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-ae | |
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-ae')
-rw-r--r-- | lang/gnat/files/patch-ae | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/gnat/files/patch-ae b/lang/gnat/files/patch-ae deleted file mode 100644 index 728b752cddf4..000000000000 --- a/lang/gnat/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ -*** ./ada/gnatcmd.adb.orig Thu Oct 24 04:02:18 2002 ---- ./ada/gnatcmd.adb Fri Nov 22 09:16:30 2002 -*************** -*** 2530,2536 **** - Usage => new S'("GNAT SHARED [obj_&_lib_&_exe_&_opt" - & "files] /qualifiers"), - VMS_Only => True, -! Unixcmd => new S'("gcc"), - Unixsws => new Argument_List'(new String'("-shared") - & Init_Object_Dirs), - Switches => Shared_Switches'Access, ---- 2530,2536 ---- - Usage => new S'("GNAT SHARED [obj_&_lib_&_exe_&_opt" - & "files] /qualifiers"), - VMS_Only => True, -! Unixcmd => new S'("adagcc"), - Unixsws => new Argument_List'(new String'("-shared") - & Init_Object_Dirs), - Switches => Shared_Switches'Access, |