openbsd-ports/lang/gcc/4.7/patches/patch-gcc_ada_gnatchop_adb
pascal f2b393605c Import gcc 4.7.
ok espie@
2012-04-23 15:56:40 +00:00

13 lines
539 B
Plaintext

$OpenBSD: patch-gcc_ada_gnatchop_adb,v 1.1.1.1 2012/04/23 15:56:41 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;