ports/devel/asis-gpl/files/patch-tools_gnatmetric_metrics-compute.adb
Martin Wilke a61ee8a9e1 The Ada Semantic Interface Specification (ASIS) is an open and
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
2007-01-18 13:06:29 +00:00

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);