summaryrefslogtreecommitdiffstats
path: root/doc/started/gdb.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-02 13:16:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-02 13:16:06 +0000
commit0689ac5b005456d31e2fc208737173cac9291342 (patch)
tree1801516b3478df5c0bd450099bc4be37c9cbdc8d /doc/started/gdb.t
parentRTEMS_MAKEFILE_PATH instructions incorrectly included rtems subdirectory. (diff)
downloadrtems-0689ac5b005456d31e2fc208737173cac9291342.tar.bz2
Modified to correct references to gmake per comment from Stephan Wilms
<Stephan.Wilms@CWA.de>.
Diffstat (limited to 'doc/started/gdb.t')
-rw-r--r--doc/started/gdb.t9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/started/gdb.t b/doc/started/gdb.t
index 1052315875..57f3bb1981 100644
--- a/doc/started/gdb.t
+++ b/doc/started/gdb.t
@@ -135,9 +135,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.
@subsection GDB with PowerPC Instruction Simulator
@@ -177,9 +178,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.
@subsection GDB for DINK32
@@ -213,6 +215,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.