diff options
author | Peter Stuge <peter@stuge.se> | 2011-09-13 23:06:12 +0200 |
---|---|---|
committer | Marc Jones <marcj303@gmail.com> | 2011-09-14 01:23:04 +0200 |
commit | 864839a3e8de7a96891fd5752d7a1fe6cbca6ad9 (patch) | |
tree | f48eaa8e651f202fa9e4df9bb2963e381e203c70 /util/crossgcc/buildgcc | |
parent | bb41f502444b2d0295809cc882b829d768962990 (diff) |
util/crossgcc: Update gdb to 7.3.1
The previous version is no longer available.
Change-Id: I8126617cfe9addeb4778f002398abbcb4c73d2c7
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/214
Reviewed-by: Marc Jones <marcj303@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 937fb75ae4..6061f2624a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -35,7 +35,7 @@ MPC_VERSION=0.8.2 LIBELF_VERSION=0.8.13 GCC_VERSION=4.5.2 BINUTILS_VERSION=2.20.1 -GDB_VERSION=7.2 +GDB_VERSION=7.3.1 W32API_VERSION=3.17-2 W32API_VERSION_SHORT=3.17 MINGWRT_VERSION=3.18 |