summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-30 15:06:35 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-30 15:06:44 -0400
commit1c3f77eccd6bdb02aed68fab35ae94d4f6680303 (patch)
treeac8b3edf47b57449357b3ba40e3cc258b66f4637 /tools/configure
parent67dc833e46679c13f4b8d82cbb52d2393fef8fd8 (diff)
downloadrockbox-1c3f77eccd6bdb02aed68fab35ae94d4f6680303.tar.gz
rockbox-1c3f77eccd6bdb02aed68fab35ae94d4f6680303.zip
Revert "Toolchains: Update to GCC 8.5.0"
Accidental push instead of going to gerrit. #!$!#! This reverts commit 67dc833e46679c13f4b8d82cbb52d2393fef8fd8. Change-Id: I42a7c9dfd0f1a3dd676b1a5d3eee0a900f2561f7
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure12
1 files changed, 6 insertions, 6 deletions
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 () {
137 137
138findarmgcc() { 138findarmgcc() {
139 prefixtools arm-elf-eabi- 139 prefixtools arm-elf-eabi-
140 gccchoice="8.5.0" 140 gccchoice="4.9.4"
141} 141}
142 142
143# scan the $PATH for the given command 143# scan the $PATH for the given command
@@ -531,7 +531,7 @@ coldfirecc () {
531 GCCOPTS="$CCOPTS -mcpu=5249 -malign-int -mstrict-align" 531 GCCOPTS="$CCOPTS -mcpu=5249 -malign-int -mstrict-align"
532 GCCOPTIMIZE="-fomit-frame-pointer" 532 GCCOPTIMIZE="-fomit-frame-pointer"
533 endian="big" 533 endian="big"
534 gccchoice="8.5.0" 534 gccchoice="4.9.4"
535} 535}
536 536
537arm7tdmicc () { 537arm7tdmicc () {
@@ -604,7 +604,7 @@ mipselcc () {
604 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" 604 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
605 GCCOPTIMIZE="-fomit-frame-pointer" 605 GCCOPTIMIZE="-fomit-frame-pointer"
606 endian="little" 606 endian="little"
607 gccchoice="8.5.0" 607 gccchoice="4.9.4"
608} 608}
609 609
610mipsr2elcc () { 610mipsr2elcc () {
@@ -614,7 +614,7 @@ mipsr2elcc () {
614 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses" 614 GCCOPTS="$GCCOPTS -ffunction-sections -msoft-float -G 0 -Wno-parentheses"
615 GCCOPTIMIZE="-fomit-frame-pointer" 615 GCCOPTIMIZE="-fomit-frame-pointer"
616 endian="little" 616 endian="little"
617 gccchoice="8.5.0" 617 gccchoice="4.9.4"
618} 618}
619 619
620maemocc () { 620maemocc () {
@@ -761,7 +761,7 @@ arm1176jzlinuxcc () {
761 GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT" 761 GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT"
762 762
763 # Set up compiler 763 # Set up compiler
764 gccchoice="8.5.0" 764 gccchoice="4.9.4"
765 prefixtools "arm-rockbox-linux-gnueabi-" 765 prefixtools "arm-rockbox-linux-gnueabi-"
766} 766}
767 767
@@ -935,7 +935,7 @@ mipsellinuxcc () {
935 GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT" 935 GCCOPTS="$GCCOPTS -D_GNU_SOURCE=1 -U_FORTIFY_SOURCE -D_REENTRANT"
936 936
937 # Set up compiler 937 # Set up compiler
938 gccchoice="8.5.0" 938 gccchoice="4.9.4"
939 prefixtools "mipsel-rockbox-linux-gnu-" 939 prefixtools "mipsel-rockbox-linux-gnu-"
940} 940}
941 941