aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2009-03-09 14:54:20 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>2009-03-09 14:54:20 +0000
commitcc4b0fd74c52c62ad42adb6d75e04535d09a6f17 (patch)
tree030532750da6cc77cc4f65d9571cc099f4b4a772
parent1af8be991f042ea7ab16ed54ecc241dbefdd0529 (diff)
downloadnewlib-github/insight_6_8-branch.zip
newlib-github/insight_6_8-branch.tar.gz
newlib-github/insight_6_8-branch.tar.bz2
Retrospectively check in source files modified in insight 6.8 release.arc-insight_6_8-branchpointgithub/insight_6_8-branchinsight_6_8-branch
-rw-r--r--configure.ac2
-rwxr-xr-xdjunpack.bat4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e81fcdb..7c9df93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 \
diff --git a/djunpack.bat b/djunpack.bat
index f09f5ed..5009f9f 100755
--- a/djunpack.bat
+++ b/djunpack.bat
@@ -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=insight-6.8
+if "%GDBVER%"=="insight-6.8" 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