diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-03-30 12:58:13 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-03-30 12:58:13 +0000 |
commit | 30b50213ec9759b035bc719efb13ef5e090ed7ef (patch) | |
tree | cc2d400b2b7a6a473bda5f46658a074a9e901234 /gdb/README | |
parent | 8807d78becbc8b26407c953a4f6e952b3905c1cf (diff) | |
download | gdb-30b50213ec9759b035bc719efb13ef5e090ed7ef.zip gdb-30b50213ec9759b035bc719efb13ef5e090ed7ef.tar.gz gdb-30b50213ec9759b035bc719efb13ef5e090ed7ef.tar.bz2 |
* README: Mention ISO C library requirement.
Diffstat (limited to 'gdb/README')
-rw-r--r-- | gdb/README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -87,7 +87,9 @@ Bugs' section below; there are a few known problems. GDB requires an ISO C (ANSI C) compiler. If you do not have an ISO C compiler for your system, you may be able to download and install the GNU CC compiler. It is available via anonymous FTP from the -directory `ftp://ftp.gnu.org/pub/gnu/gcc'. +directory `ftp://ftp.gnu.org/pub/gnu/gcc'. GDB also requires an ISO +C standard library. The GDB remote server, gdbserver, builds with some +non-ISO standard libraries - e.g. for Windows CE. GDB uses Expat, an XML parsing library, to implement some target-specific features. Expat will be linked in if it is available at build time, or |