b55756f2a0
not ready yet...
13 lines
560 B
Plaintext
13 lines
560 B
Plaintext
$OpenBSD: patch-gcc_ada_gnatchop_adb,v 1.1.1.1 2005/01/03 15:21:27 espie Exp $
|
|
--- gcc/ada/gnatchop.adb.orig 2002-03-14 11:59:24.000000000 +0100
|
|
+++ gcc/ada/gnatchop.adb 2003-11-10 19:19:33.000000000 +0100
|
|
@@ -48,7 +48,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;
|