blob: 4331c839d44242b5361736ccff8d7864900fbd7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gcc/ada/gnatlink.adb.save 2009-05-19 07:24:49.000000000 -0400
+++ gcc/ada/gnatlink.adb 2009-06-18 08:44:09.000000000 -0400
@@ -137,7 +137,7 @@
-- This table collects the arguments to be passed to compile the binder
-- generated file.
- Gcc : String_Access := Program_Name ("gcc", "gnatlink");
+ Gcc : String_Access := Program_Name ("gnatgcc", "gnatlink");
Read_Mode : constant String := "r" & ASCII.NUL;
|