Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2009-03-09 17:54:20 +0300
committerJoern Rennecke <joern.rennecke@embecosm.com>2009-03-09 17:54:20 +0300
commitcc4b0fd74c52c62ad42adb6d75e04535d09a6f17 (patch)
tree030532750da6cc77cc4f65d9571cc099f4b4a772 /djunpack.bat
parent1af8be991f042ea7ab16ed54ecc241dbefdd0529 (diff)
Retrospectively check in source files modified in insight 6.8 release.arc-insight_6_8-branchpointinsight_6_8-branch
Diffstat (limited to 'djunpack.bat')
-rwxr-xr-xdjunpack.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/djunpack.bat b/djunpack.bat
index f09f5ed32..5009f9f69 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