$OpenBSD: patch-gcc_ada_gnatchop_adb,v 1.1.1.1 2011/11/14 13:00:57 pascal Exp $ --- gcc/ada/gnatchop.adb.orig Mon Nov 14 13:40:36 2011 +++ gcc/ada/gnatchop.adb Mon Nov 14 13:40:42 2011 @@ -45,7 +45,7 @@ procedure Gnatchop is Config_File_Name : constant String_Access := new String'("gnat.adc"); -- The name of the file holding the GNAT configuration pragmas - Gcc : String_Access := new String'("gcc"); + Gcc : String_Access := new String'("egcc"); -- May be modified by switch --GCC= Gcc_Set : Boolean := False;