openbsd-ports/lang/gcc/4.2/patches/patch-gcc_ada_gnatlink_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
481 B
Plaintext

$OpenBSD: patch-gcc_ada_gnatlink_adb,v 1.2 2007/03/17 21:58:46 espie Exp $
--- gcc/ada/gnatlink.adb.orig Tue Oct 31 18:59:58 2006
+++ gcc/ada/gnatlink.adb Mon Feb 19 14:08:47 2007
@@ -136,7 +136,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;