mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
472667ca91
Technologies.
20 lines
584 B
Plaintext
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;
|
|
|