openbsd-ports/lang/gcc/4.3/patches/patch-gcc_ada_gnatlink_adb
2007-03-17 22:35:25 +00:00

13 lines
485 B
Plaintext

$OpenBSD: patch-gcc_ada_gnatlink_adb,v 1.1.1.1 2007/03/17 22:35:25 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;