openbsd-ports/lang/gcc/4.1/patches/patch-gcc_ada_make_adb
espie 2a4c765b7a yep, 4.0 got branched, so now there are 4.1 snapshots.
Just put this in and don't activate it yet... this makes gcc 4.1
available for people who want to play with it, but it hasn't really
diverged from 4.0 so far...
2005-02-28 15:12:45 +00:00

13 lines
634 B
Plaintext

$OpenBSD: patch-gcc_ada_make_adb,v 1.1.1.1 2005/02/28 15:12:45 espie Exp $
--- gcc/ada/make.adb.orig Fri Jan 7 04:28:13 2005
+++ gcc/ada/make.adb Fri Jan 7 04:28:31 2005
@@ -577,7 +577,7 @@ package body Make is
-- Compiler, Binder & Linker Data and Subprograms --
----------------------------------------------------
- Gcc : String_Access := Program_Name ("gcc");
+ Gcc : String_Access := Program_Name ("egcc");
Gnatbind : String_Access := Program_Name ("gnatbind");
Gnatlink : String_Access := Program_Name ("gnatlink");
-- Default compiler, binder, linker programs