summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/gdb.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/started_ada/gdb.t9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/started_ada/gdb.t b/doc/started_ada/gdb.t
index e9307af259..b7a615bf9f 100644
--- a/doc/started_ada/gdb.t
+++ b/doc/started_ada/gdb.t
@@ -149,9 +149,10 @@ with SIS will be created.
From tools/build-sis execute the following command sequence:
@example
-gmake all install
+make all install
@end example
+NOTE: The @code{make} utility used should be GNU make.
@section GDB with PowerPC Instruction Simulator
@@ -191,9 +192,10 @@ with PSIM will be created.
From tools/build-ppc execute the following command sequence:
@example
-gmake all install
+make all install
@end example
+NOTE: The @code{make} utility used should be GNU make.
@section GDB for DINK32
@@ -227,6 +229,7 @@ gdb Dink32 will be created.
From tools/build-dink32 execute the following command sequence:
@example
-gmake all install
+make all install
@end example
+NOTE: The @code{make} utility used should be GNU make.