mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
published callable interface that allows a tool to access syntactic and semantic information about an Ada program, independent of the compilation environment that compiled the program. WWW: http://libre.adacore.com/ PR: ports/107391 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Repocopy by: marcus
11 lines
472 B
Ada
11 lines
472 B
Ada
--- tools/gnatmetric/metrics-compute.adb.orig Mon Jan 1 02:34:48 2007
|
|
+++ tools/gnatmetric/metrics-compute.adb Mon Jan 1 02:38:25 2007
|
|
@@ -1429,7 +1429,7 @@
|
|
if Debug_Output then
|
|
Info ("gnatmetric: Creating the tree for " & Source_Name (SF));
|
|
|
|
- Info_No_EOL ("gcc -c -gnatc -gnatt -gnatws");
|
|
+ Info_No_EOL ("gnatgcc -c -gnatc -gnatt -gnatws");
|
|
|
|
for J in Arg_List'Range loop
|
|
Info_No_EOL (" " & Arg_List (J).all);
|