summaryrefslogtreecommitdiffstats
path: root/util/crossgcc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-11-17 19:07:28 +0100
committerFelix Singer <felixsinger@posteo.net>2021-12-29 20:45:32 +0000
commitce134ababd6a444082962ccdfcd34415a647f41e (patch)
tree182ec893f2677d75968d4300a91f5a416bd76b02 /util/crossgcc
parent52607fd91e55131dd36824281635141cbe1eedf3 (diff)
downloadcoreboot-ce134ababd6a444082962ccdfcd34415a647f41e.tar.gz
coreboot-ce134ababd6a444082962ccdfcd34415a647f41e.tar.bz2
coreboot-ce134ababd6a444082962ccdfcd34415a647f41e.zip
crossgcc/buildgcc: Remove unused GCC_AUTOCONF_VERSION
Clean up leftovers from commit d0f83723 and drop unused GCC_AUTOCONF_VERSION. Change-Id: I7d293ae2c8663efdc9ad4146ff32671ffd3e176a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59398 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 6c1a7a59dc24..773b0f081897 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -36,7 +36,6 @@ GMP_VERSION=6.2.1
MPFR_VERSION=4.1.0
MPC_VERSION=1.2.1
GCC_VERSION=11.2.0
-GCC_AUTOCONF_VERSION=2.69
BINUTILS_VERSION=2.37
IASL_VERSION=20210331
# CLANG version number
@@ -852,7 +851,6 @@ build_NASM() {
print_supported() {
case "$PRINTSUPPORTED" in
- AUTOCONF|autoconf) printf "%s\n" "$GCC_AUTOCONF_VERSION";;
BINUTILS|binutils) printf "%s\n" "$BINUTILS_VERSION";;
CLANG|clang) printf "%s\n" "$CLANG_VERSION";;
GCC|gcc) printf "%s\n" "$GCC_VERSION";;