freebsd-ports/lang/gnat/files/patch-af
1999-11-09 12:33:43 +00:00

20 lines
584 B
Plaintext

*** ./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;