diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-05-11 07:26:26 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-05-11 07:26:26 +0000 |
commit | 0d4fc997e2096d43dca5b4e20fd3cff27038e073 (patch) | |
tree | 3d52001b618d8ed0d119f4264498b9c919814272 /gdb/config | |
parent | 3d2b39cfded1df61fe5217e7d091a80f933e234d (diff) | |
download | gdb-0d4fc997e2096d43dca5b4e20fd3cff27038e073.zip gdb-0d4fc997e2096d43dca5b4e20fd3cff27038e073.tar.gz gdb-0d4fc997e2096d43dca5b4e20fd3cff27038e073.tar.bz2 |
Update GDB versions and my email address.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/djgpp/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/config/djgpp/README b/gdb/config/djgpp/README index 805e1df..c4e62f0 100644 --- a/gdb/config/djgpp/README +++ b/gdb/config/djgpp/README @@ -90,9 +90,9 @@ If the distribution comes as a .tar.bz2 archive, and your version of `djtar' doesn't support bzip2 decompression, you need to unpack it as follows: - bnzip2 gdb-5.2.tar.bz2 - djtar -x -p -o gdb-5.2/djunpack.bat gdb-5.2.tar > djunpack.bat - djunpack gdb-5.2.tar + bnzip2 gdb-6.4.tar.bz2 + djtar -x -p -o gdb-6.4/djunpack.bat gdb-6.4.tar > djunpack.bat + djunpack gdb-6.4.tar 3. How to build @@ -134,7 +134,7 @@ It is also possible to build GDB in a directory that is different from the one where the sources were unpacked. In that case, you have to pass the source directory as the first argument to the script: - sh ./gdb/config/djgpp/djconfig.sh d:/gnu/gdb-5.2 + sh ./gdb/config/djgpp/djconfig.sh d:/gnu/gdb-6.4 You MUST use forward slashes in the first argument. @@ -186,4 +186,4 @@ directories are not run. Enjoy, - Eli Zaretskii <eliz@is.elta.co.il> + Eli Zaretskii <eliz@gnu.org> |