472667ca91
Technologies.
19 lines
584 B
Text
19 lines
584 B
Text
*** ./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;
|
|
|