mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 07:22:27 -05:00
devkitARM: update gcc to 10.2.0
This commit is contained in:
parent
5664d84c44
commit
1f5f5eedf5
|
|
@ -30,10 +30,9 @@ done
|
||||||
|
|
||||||
case "$VERSION" in
|
case "$VERSION" in
|
||||||
"1" )
|
"1" )
|
||||||
GCC_VER=10.1.0
|
GCC_VER=10.2.0
|
||||||
BINUTILS_VER=2.34
|
BINUTILS_VER=2.34
|
||||||
NEWLIB_VER=3.3.0
|
NEWLIB_VER=3.3.0
|
||||||
GDB_VER=8.2.1
|
|
||||||
basedir='dkarm-eabi'
|
basedir='dkarm-eabi'
|
||||||
package=devkitARM
|
package=devkitARM
|
||||||
target=arm-none-eabi
|
target=arm-none-eabi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user