1
0
Fork 0
forked from len0rd/rockbox

Revert "Toolchains: Update to GCC 9.5.0"

This reverts commit d87e9b99a6.

Reason for revert: Accidentally merged

Change-Id: Ib69e88cc93faa7d1a08c137977600d0659944128
This commit is contained in:
Solomon Peachy 2025-04-29 15:09:39 -04:00
parent bbca8e3bd9
commit a3dfdb32f6
7 changed files with 183 additions and 156 deletions

12
tools/configure vendored
View file

@ -138,7 +138,7 @@ app_set_lcd_size () {
findarmgcc() {
prefixtools arm-elf-eabi-
gccchoice="9.5.0"
gccchoice="4.9.4"
}
# scan the $PATH for the given command
@ -543,7 +543,7 @@ coldfirecc () {
GCCOPTS="$CCOPTS -mcpu=5249 -malign-int -mstrict-align"
GCCOPTIMIZE="-fomit-frame-pointer"
endian="big"
gccchoice="9.5.0"
gccchoice="4.9.4"
}
arm7tdmicc () {
@ -623,7 +623,7 @@ mipselcc () {
GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
GCCOPTIMIZE="-fomit-frame-pointer"
endian="little"
gccchoice="9.5.0"
gccchoice="4.9.4"
}
mipsr2elcc () {
@ -633,7 +633,7 @@ mipsr2elcc () {
GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
GCCOPTIMIZE="-fomit-frame-pointer"
endian="little"
gccchoice="9.5.0"
gccchoice="4.9.4"
}
maemocc () {
@ -780,7 +780,7 @@ arm1176jzlinuxcc () {
GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT"
# Set up compiler
gccchoice="9.5.0"
gccchoice="4.9.4"
prefixtools "arm-rockbox-linux-gnueabi-"
}
@ -960,7 +960,7 @@ mipsellinuxcc () {
GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT"
# Set up compiler
gccchoice="9.5.0"
gccchoice="4.9.4"
prefixtools "mipsel-rockbox-linux-gnu-"
}