Update GDB versions and my email address.
This commit is contained in:
parent
3d2b39cfde
commit
0d4fc997e2
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-05-11 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* config/djgpp/README: Update GDB versions and my email address.
|
||||||
|
|
||||||
2005-05-09 Andrew Cagney <cagney@gnu.org>
|
2005-05-09 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
Use gdb_byte in preference to bfd_byte.
|
Use gdb_byte in preference to bfd_byte.
|
||||||
|
|
|
@ -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
|
`djtar' doesn't support bzip2 decompression, you need to unpack it as
|
||||||
follows:
|
follows:
|
||||||
|
|
||||||
bnzip2 gdb-5.2.tar.bz2
|
bnzip2 gdb-6.4.tar.bz2
|
||||||
djtar -x -p -o gdb-5.2/djunpack.bat gdb-5.2.tar > djunpack.bat
|
djtar -x -p -o gdb-6.4/djunpack.bat gdb-6.4.tar > djunpack.bat
|
||||||
djunpack gdb-5.2.tar
|
djunpack gdb-6.4.tar
|
||||||
|
|
||||||
|
|
||||||
3. How to build
|
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
|
the one where the sources were unpacked. In that case, you have to
|
||||||
pass the source directory as the first argument to the script:
|
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.
|
You MUST use forward slashes in the first argument.
|
||||||
|
|
||||||
|
@ -186,4 +186,4 @@ directories are not run.
|
||||||
|
|
||||||
|
|
||||||
Enjoy,
|
Enjoy,
|
||||||
Eli Zaretskii <eliz@is.elta.co.il>
|
Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
Loading…
Reference in a new issue