13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
$OpenBSD: patch-gcc_ada_gnatlink_adb,v 1.1.1.1 2006/07/31 09:50:53 espie Exp $
|
|
--- gcc/ada/gnatlink.adb.orig Wed Feb 15 10:35:23 2006
|
|
+++ gcc/ada/gnatlink.adb Sun Jul 23 11:24:01 2006
|
|
@@ -131,7 +131,7 @@ procedure Gnatlink is
|
|
-- 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 ("egcc");
|
|
|
|
Read_Mode : constant String := "r" & ASCII.Nul;
|
|
|