diff options
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 53f9782cb5..bbe74eb2b8 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -18,8 +18,8 @@ cd $(dirname $0) -CROSSGCC_DATE="October 15th, 2017" -CROSSGCC_VERSION="1.50" +CROSSGCC_DATE="June 3rd, 2018" +CROSSGCC_VERSION="1.51" CROSSGCC_COMMIT=$( git describe ) # default settings @@ -42,7 +42,7 @@ GCC_VERSION=6.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.29.1 GDB_VERSION=8.0 -IASL_VERSION=20161222 +IASL_VERSION=20180531 PYTHON_VERSION=3.5.1 EXPAT_VERSION=2.2.1 # CLANG version number |