From 1c3f77eccd6bdb02aed68fab35ae94d4f6680303 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 30 Jun 2024 15:06:35 -0400 Subject: Revert "Toolchains: Update to GCC 8.5.0" Accidental push instead of going to gerrit. #!$!#! This reverts commit 67dc833e46679c13f4b8d82cbb52d2393fef8fd8. Change-Id: I42a7c9dfd0f1a3dd676b1a5d3eee0a900f2561f7 --- tools/configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index d632da75ca..35f4b6d107 100755 --- a/tools/configure +++ b/tools/configure @@ -137,7 +137,7 @@ app_set_lcd_size () { findarmgcc() { prefixtools arm-elf-eabi- - gccchoice="8.5.0" + gccchoice="4.9.4" } # scan the $PATH for the given command @@ -531,7 +531,7 @@ coldfirecc () { GCCOPTS="$CCOPTS -mcpu=5249 -malign-int -mstrict-align" GCCOPTIMIZE="-fomit-frame-pointer" endian="big" - gccchoice="8.5.0" + gccchoice="4.9.4" } arm7tdmicc () { @@ -604,7 +604,7 @@ mipselcc () { GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" GCCOPTIMIZE="-fomit-frame-pointer" endian="little" - gccchoice="8.5.0" + gccchoice="4.9.4" } mipsr2elcc () { @@ -614,7 +614,7 @@ mipsr2elcc () { GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" GCCOPTIMIZE="-fomit-frame-pointer" endian="little" - gccchoice="8.5.0" + gccchoice="4.9.4" } maemocc () { @@ -761,7 +761,7 @@ arm1176jzlinuxcc () { GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT" # Set up compiler - gccchoice="8.5.0" + gccchoice="4.9.4" prefixtools "arm-rockbox-linux-gnueabi-" } @@ -935,7 +935,7 @@ mipsellinuxcc () { GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT" # Set up compiler - gccchoice="8.5.0" + gccchoice="4.9.4" prefixtools "mipsel-rockbox-linux-gnu-" } -- cgit v1.2.3