481a98c112
the fortran part.
13 lines
468 B
Plaintext
13 lines
468 B
Plaintext
$OpenBSD: patch-gcc_ada_mlib-utl_adb,v 1.1.1.1 2007/03/17 22:35:25 espie Exp $
|
|
--- gcc/ada/mlib-utl.adb.orig Tue Oct 31 19:02:17 2006
|
|
+++ gcc/ada/mlib-utl.adb Mon Feb 19 14:08:47 2007
|
|
@@ -36,7 +36,7 @@ with GNAT; use GNAT;
|
|
|
|
package body MLib.Utl is
|
|
|
|
- Gcc_Name : constant String := Osint.Program_Name ("gcc").all;
|
|
+ Gcc_Name : constant String := Osint.Program_Name ("egcc").all;
|
|
Gcc_Exec : OS_Lib.String_Access;
|
|
|
|
Ar_Name : OS_Lib.String_Access;
|