diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-04-12 16:51:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-04-12 16:51:27 +0000 |
commit | d7a8ac5d5ef272db17c7063ecc0636c747861cf2 (patch) | |
tree | f4332b928d64fbb3e4bc41419e408f4c4ae78983 /gdb/README | |
parent | fc5ac4d822b9861784aa865dd8a8f1471163383e (diff) | |
download | gdb-d7a8ac5d5ef272db17c7063ecc0636c747861cf2.tar.gz |
* 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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/README b/gdb/README index 46b9074ff17..bb3e0e13e43 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 |