$OpenBSD: patch-gcc_ada_gnatlink_adb,v 1.1 2005/01/07 03:30:41 espie Exp $
--- gcc/ada/gnatlink.adb.orig	Fri Jan  7 04:27:56 2005
+++ gcc/ada/gnatlink.adb	Fri Jan  7 04:28:03 2005
@@ -123,7 +123,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;
 
