]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Retrospectively check in source files modified in insight 6.8 release. insight_6_8-branch arc-insight_6_8-branchpoint
authorJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 9 Mar 2009 14:54:20 +0000 (14:54 +0000)
committerJoern Rennecke <joern.rennecke@embecosm.com>
Mon, 9 Mar 2009 14:54:20 +0000 (14:54 +0000)
configure.ac
djunpack.bat

index e81fcdbfe9ade2c11c01b925c5ae9911b1a00af5..7c9df935744ebbe02cdceff559f739ded3720408 100644 (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.
 # binutils, gas and ld appear in that order because it makes sense to run
 # "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="target-libffi \
index f09f5ed3251f20ec1acf824eae0720bf547410a7..5009f9f69576e74b4ea184851d3ab9496a85db89 100755 (executable)
@@ -17,8 +17,8 @@ Rem
 Rem The following 2 lines need to be changed with each new GDB release, to\r
 Rem be identical to the name of the top-level directory where the GDB\r
 Rem distribution unpacks itself.\r
-set GDBVER=gdb-5.0\r
-if "%GDBVER%"=="gdb-5.0" GoTo EnvOk\r
+set GDBVER=insight-6.8\r
+if "%GDBVER%"=="insight-6.8" GoTo EnvOk\r
 Rem If their environment space is too small, re-exec with a larger one\r
 command.com /e:4096 /c %0 %1\r
 GoTo End\r