openbsd-ports/lang/gcc/4.2/patches/patch-gcc_ada_mlib-utl_adb
espie ceaa955aca new gcc snapshot, this one compiles again on i386 !
NOTE: this needs current -src, in particular current includes
for libgfortran to build correctly (semantics change in __extern inline
that lead to duplicate isalnum symbols otherwise).
2007-03-17 21:58:45 +00:00

13 lines
464 B
Plaintext

$OpenBSD: patch-gcc_ada_mlib-utl_adb,v 1.2 2007/03/17 21:58:46 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;