diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-09-21 12:23:16 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:22:48 +0000 |
commit | 2368681c83e1c0de4df07c5ea9d881e5b284406d (patch) | |
tree | 3ae3949d7c99a6060802f94317a68fdd10684ac5 /util/crossgcc/buildgcc | |
parent | 18ecdbfeb8992507ac170c6257be62cccbbe5899 (diff) | |
download | coreboot-2368681c83e1c0de4df07c5ea9d881e5b284406d.tar.xz |
crossgcc: Upgrade GDB to version 8.3.1
Change-Id: I380ba8678b22483b0d9c5fc558c0e08fd38778e7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35513
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
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 b5a0845995..89f0a4c924 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.33.1 -GDB_VERSION=8.3 +GDB_VERSION=8.3.1 IASL_VERSION=20190703 PYTHON_VERSION=3.7.4 EXPAT_VERSION=2.2.7 |