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 | c63ce875537178489c14607623e0456e16bbcccc (patch) | |
tree | 8dd33a7f8e7c17778aa1e720374d06c0b8c92100 /gdb/README | |
parent | ae678129ebe35afec00cb998a01fc91f2fc03334 (diff) | |
download | binutils-c63ce875537178489c14607623e0456e16bbcccc.zip binutils-c63ce875537178489c14607623e0456e16bbcccc.tar.gz binutils-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/README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |