mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-20 11:33:32 -05:00
devkitARM: release 68
This commit is contained in:
parent
7a8c81eecc
commit
5be6f7a121
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 67.2
|
||||
# devkitARM release 68
|
||||
# devkitPPC release 50
|
||||
# devkitA64 release 29.2
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -31,11 +31,11 @@ done
|
|||
case "$VERSION" in
|
||||
# devkitARM
|
||||
"1" )
|
||||
BINUTILS_VER=2.45.1
|
||||
GCC_VER=15.2.0
|
||||
BINUTILS_VER=2.46.0
|
||||
GCC_VER=16.1.0
|
||||
NEWLIB_VER=4.6.0.20260123
|
||||
BINUTILS_PKGREL=2
|
||||
GCC_PKGREL=7
|
||||
BINUTILS_PKGREL=1
|
||||
GCC_PKGREL=1
|
||||
NEWLIB_PKGREL=5
|
||||
basedir='dkarm-eabi'
|
||||
package=devkitARM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user