From: Bobby R. Bruce Date: Mon, 3 Aug 2020 22:58:16 +0000 (-0700) Subject: util,tests: Removed GCC 4.8 from compilers tests X-Git-Tag: v20.1.0.0~254 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da58e408666620ddeed8a4c3e724074d94aa1eb6;p=gem5.git util,tests: Removed GCC 4.8 from compilers tests We are going to remove support of GCC 4 (https://gem5.atlassian.net/browse/GEM5-218) as part of the gem5 20.1 release. Change-Id: Ie44b553d35f48118d24b96eba564a927fefdb985 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32096 Reviewed-by: Giacomo Travaglini Reviewed-by: Hoa Nguyen Reviewed-by: Daniel Carvalho Maintainer: Bobby R. Bruce Tested-by: kokoro --- diff --git a/util/compiler-tests.sh b/util/compiler-tests.sh index c8fce4b29..a574fd386 100755 --- a/util/compiler-tests.sh +++ b/util/compiler-tests.sh @@ -16,7 +16,6 @@ images=("gcc-version-10" "gcc-version-7" "gcc-version-6" "gcc-version-5" - "gcc-version-4.8" "clang-version-9" "clang-version-8" "clang-version-7"