mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
--- gcc/ada/gnatlink.adb.orig Mon May 22 02:06:11 2006
|
|
+++ gcc/ada/gnatlink.adb Mon Dec 25 11:13:08 2006
|
|
@@ -136,7 +136,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;
|
|
|