aboutsummaryrefslogtreecommitdiff
path: root/gdb/README
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-04-12 16:51:27 +0000
committerEli Zaretskii <eliz@gnu.org>2000-04-12 16:51:27 +0000
commitc63ce875537178489c14607623e0456e16bbcccc (patch)
tree8dd33a7f8e7c17778aa1e720374d06c0b8c92100 /gdb/README
parentae678129ebe35afec00cb998a01fc91f2fc03334 (diff)
downloadfsf-binutils-gdb-c63ce875537178489c14607623e0456e16bbcccc.zip
fsf-binutils-gdb-c63ce875537178489c14607623e0456e16bbcccc.tar.gz
fsf-binutils-gdb-c63ce875537178489c14607623e0456e16bbcccc.tar.bz2
* README: Mention special build instructions for DJGPP.
* NEWS: Update with FP features on x87 platforms, and DJGPP-related changes.
Diffstat (limited to 'gdb/README')
-rw-r--r--gdb/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/README b/gdb/README
index 46b9074..bb3e0e1 100644
--- a/gdb/README
+++ b/gdb/README
@@ -41,6 +41,9 @@ To build GDB, you can just do:
make
cp gdb/gdb /usr/local/bin/gdb (or wherever you want)
+(Building GDB with DJGPP tools for MS-DOS/MS-Windows is slightly
+different; see the file gdb/config/djgpp/README for details.)
+
This will configure and build all the libraries as well as GDB.
If `configure' can't determine your system type, specify one as its
argument, e.g., sun4 or decstation.
@@ -174,6 +177,9 @@ directory. That directory contains:
`gdb-4.18/utils'
A grab bag of random utilities.
+ Note: the following instructions are for building GDB on Unix or
+Unix-like systems. Instructions for building with DJGPP for
+MS-DOS/MS-Windows are in the file gdb/config/djgpp/README.
The simplest way to configure and build GDB is to run `configure'
from the `gdb-VERSION-NUMBER' source directory, which in this example