File: gnatgcc.patch

package info (click to toggle)
asis 2005-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,424 kB
  • ctags: 27
  • sloc: ada: 73,883; makefile: 201
file content (14 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Explicitly use gnatgcc as the compiler driver, rather than gcc,
because gcc may not be the default Ada compiler.

--- asis/a4g-gnat_int.adb~
+++ asis/a4g-gnat_int.adb	2006-05-09 23:18:22.000000000 +0200
@@ -71,7 +71,7 @@
 
    LT           : String renames ASIS_Line_Terminator;
    Standard_GCC : constant String_Access :=
-     GNAT.OS_Lib.Locate_Exec_On_Path ("gcc");
+     GNAT.OS_Lib.Locate_Exec_On_Path ("gnatgcc");
 
    -----------------
    -- Create_Tree --