4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-27 19:17:18 +08:00

Bump GDB version to 4.95.0

This commit is contained in:
Andrew Cagney 2000-04-27 01:45:45 +00:00
parent 275890df60
commit 953e80cdfb
2 changed files with 2 additions and 3 deletions

View File

@ -712,7 +712,6 @@ INSTALL_MODULES = \
install-shellutils \
install-sim \
install-tar \
install-texinfo \
install-textutils \
install-tgas \
install-time \

View File

@ -17,8 +17,8 @@ Rem
Rem The following 2 lines need to be changed with each new GDB release, to
Rem be identical to the name of the top-level directory where the GDB
Rem distribution unpacks itself.
set GDBVER=gdb-5.0
if "%GDBVER%"=="gdb-5.0" GoTo EnvOk
set GDBVER=gdb-gdb-4.95.0
if "%GDBVER%"=="gdb-gdb-4.95.0" GoTo EnvOk
Rem If their environment space is too small, re-exec with a larger one
command.com /e:4096 /c %0 %1
GoTo End