Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3119)

Unified Diff: djunpack.bat

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cpu/lm32.cpu ('k') | etc/configure.info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: djunpack.bat
diff --git a/djunpack.bat b/djunpack.bat
index 0566c1d346572cf4d518b2bdb3821334cb9db07b..9e2f58a10539171d897c263c62b66009d6ac7630 100644
--- 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-7.5.1
-if "%GDBVER%"=="gdb-7.5.1" GoTo EnvOk
+set GDBVER=gdb-7.6.50.20131211
+if "%GDBVER%"=="gdb-7.6.50.20131211" 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
« no previous file with comments | « cpu/lm32.cpu ('k') | etc/configure.info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698