b55756f2a0
not ready yet...
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
$OpenBSD: patch-gcc_ada_gnatlink_adb,v 1.1.1.1 2005/01/03 15:21:27 espie Exp $
|
|
--- gcc/ada/gnatlink.adb.orig 2002-10-23 09:33:25.000000000 +0200
|
|
+++ gcc/ada/gnatlink.adb 2003-11-10 20:03:52.000000000 +0100
|
|
@@ -121,7 +121,7 @@ procedure Gnatlink is
|
|
|
|
subtype chars_ptr is System.Address;
|
|
|
|
- Gcc : String_Access := Program_Name ("gcc");
|
|
+ Gcc : String_Access := Program_Name ("egcc");
|
|
|
|
Read_Mode : constant String := "r" & ASCII.Nul;
|
|
|