forked from len0rd/rockbox
Toolchains: Update to GCC 10.5.0
All toolchain dependencies are circa the GCC 10.5.0 release:
GCC 10.5.0, binutils 2.40, gmp 6.2.1, mpfr 4.1.1, mpc 1.3.1, isl 0.24
Native:
* arm - mini2g, nano2g works
- ipod6g hangs at logo display
* mips - xduoox3 works
* m68k - binaries untested
Hosted:
* arm - samsungypr0 works
* mips - xduoox3ii works
* Android NDK - unchanged at GCC 4.9.4
Change-Id: Ic157255d76030e66325719e64331f553cb7c4363
This commit is contained in:
parent
5953569ce5
commit
b92033f716
13 changed files with 253 additions and 195 deletions
12
tools/toolchain-patches/glibc-2.20-gcc10.patch
Normal file
12
tools/toolchain-patches/glibc-2.20-gcc10.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur glibc-2.20/configure glibc-2.20-patched/configure
|
||||
--- glibc-2.20/configure 2014-09-07 04:09:09.000000000 -0400
|
||||
+++ glibc-2.20-patched/configure 2025-08-05 07:40:19.923528264 -0400
|
||||
@@ -4661,7 +4661,7 @@
|
||||
ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'`
|
||||
case $ac_prog_version in
|
||||
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
|
||||
- 4.[4-9].* | 4.[1-9][0-9].* | [5-9].* )
|
||||
+ 4.[4-9].* | 4.[1-9][0-9].* | [5-9].* | 1[0-9].* )
|
||||
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
|
||||
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue