From 653aef86bca9e3d3807bd0bbfdecd29a7beda3bd Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Tue, 29 Nov 2005 00:01:24 +0000 Subject: 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. --- lang/gnat/files/patch-af | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) (limited to 'lang/gnat/files/patch-af') diff --git a/lang/gnat/files/patch-af b/lang/gnat/files/patch-af index 743bf477ec07..2219250b6ff3 100644 --- a/lang/gnat/files/patch-af +++ b/lang/gnat/files/patch-af @@ -1,19 +1,11 @@ -*** ./ada/gnatlink.adb.orig Fri Sep 24 08:41:46 1999 ---- ./ada/gnatlink.adb Tue Nov 2 02:46:20 1999 -*************** -*** 97,103 **** - -- This table collects the arguments to be passed to compile the binder - -- generated file. - -! Gcc : String_Access := Program_Name ("gcc"); - - Read_Mode : constant String := "r" & Ascii.Nul; - ---- 97,103 ---- - -- This table collects the arguments to be passed to compile the binder - -- generated file. - -! Gcc : String_Access := Program_Name ("adagcc"); - - Read_Mode : constant String := "r" & Ascii.Nul; - +--- gcc/ada/gnatlink.adb.orig Fri Jul 29 09:03:45 2005 ++++ gcc/ada/gnatlink.adb Wed Nov 23 23:38:40 2005 +@@ -123,7 +123,7 @@ + -- This table collects the arguments to be passed to compile the binder + -- generated file. + +- Gcc : String_Access := Program_Name ("gcc"); ++ Gcc : String_Access := Program_Name ("gnatgcc"); + + Read_Mode : constant String := "r" & ASCII.Nul; + -- cgit v1.2.3