diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-12 08:14:43 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-25 18:28:00 +0000 |
commit | 31270646ba797364ec16405c1326b090800cb95a (patch) | |
tree | 886145f48a3ace681fcc58ec58fdc24658a1de33 /util/crossgcc/buildgcc | |
parent | 77f778c0c3170b53e718376df089682e295947f7 (diff) |
crossgcc: Upgrade GDB to version 8.3
Change-Id: I7a85ad171fa259e0dcb0019941d735ef41511737
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32754
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 327027a565..9a06b8b8a5 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -53,7 +53,7 @@ MPC_VERSION=1.1.0 GCC_VERSION=8.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.32 -GDB_VERSION=8.2.1 +GDB_VERSION=8.3 IASL_VERSION=20190509 PYTHON_VERSION=3.7.2 EXPAT_VERSION=2.2.6 |