From: Eli Zaretskii Date: Fri, 19 Apr 2002 19:21:35 +0000 (+0000) Subject: Update README for DJGPP. X-Git-Tag: gdb_5_2-2002-04-29-release~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83299b68d4085a5c6a8f3018cb032dbb147500d1;p=thirdparty%2Fbinutils-gdb.git Update README for DJGPP. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 472274ed590..f0003a32954 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2002-04-19 Eli Zaretskii + * config/djgpp/README: Update. + * go32-nat.c (store_register): Cast &a_tss to `char *', to avoid compiler warning. diff --git a/gdb/config/djgpp/README b/gdb/config/djgpp/README index 2427b641223..805e1df1f8f 100644 --- a/gdb/config/djgpp/README +++ b/gdb/config/djgpp/README @@ -98,16 +98,17 @@ follows: 3. How to build ------------ -The source distribution available from DJGPP archives is already -configured for DJGPP v2.x, so if you only want to compile it, just -invoke Make: +If the source distribution available from DJGPP archives is already +configured for DJGPP v2.x (if it is, you will find files named +`Makefile' in each subdirectory), then just invoke Make: make -To build a package downloaded from a GNU FTP site, you will need o -configure it first. You will also need to configure it if you want to -change the configuration options (e.g., compile without support for the -GDBMI interface). To configure GDB, type this command: +To build a package that is not yet configured, or if you downloaded +GDB from a GNU FTP site, you will need to configure it first. You +will also need to configure it if you want to change the configuration +options (e.g., compile without support for the GDBMI interface). To +configure GDB, type this command: sh ./gdb/config/djgpp/djconfig.sh