Retrospectively check in source files modified in insight 6.8 release.

This commit is contained in:
Joern Rennecke
2009-03-09 14:54:20 +00:00
parent 43eb29e408
commit 68247caef4
2 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib l
# know that we are building the simulator. # know that we are building the simulator.
# binutils, gas and ld appear in that order because it makes sense to run # binutils, gas and ld appear in that order because it makes sense to run
# "make check" in that particular order. # "make check" in that particular order.
host_tools="texinfo byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools" host_tools="byacc flex bison binutils gas ld fixincludes gcc sid sim gdb make patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool diff rcs fileutils shellutils time textutils wdiff find uudecode hello tar gzip indent recode release sed utils guile perl gawk findutils gettext zip fastjar gnattools"
# libgcj represents the runtime libraries only used by gcj. # libgcj represents the runtime libraries only used by gcj.
libgcj="target-libffi \ libgcj="target-libffi \

View File

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