f2b393605c
ok espie@
13 lines
674 B
Plaintext
13 lines
674 B
Plaintext
$OpenBSD: patch-gcc_ada_make_adb,v 1.1.1.1 2012/04/23 15:56:41 pascal Exp $
|
|
--- gcc/ada/make.adb.orig Wed Feb 22 15:12:55 2012
|
|
+++ gcc/ada/make.adb Mon Apr 2 16:42:50 2012
|
|
@@ -669,7 +669,7 @@ package body Make is
|
|
-- Compiler, Binder & Linker Data and Subprograms --
|
|
----------------------------------------------------
|
|
|
|
- Gcc : String_Access := Program_Name ("gcc", "gnatmake");
|
|
+ Gcc : String_Access := Program_Name ("egcc", "gnatmake");
|
|
Original_Gcc : constant String_Access := Gcc;
|
|
-- Original_Gcc is used to check if Gcc has been modified by a switch
|
|
-- --GCC=, so that for VM platforms, it is not modified again, as it can
|