mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-13 05:16:07 -05:00
devkitARM: fix c89 building
This commit is contained in:
parent
d2e6e22b37
commit
174e0edc3f
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 67.1
|
||||
# devkitARM release 67.2
|
||||
# devkitPPC release 49.2
|
||||
# devkitA64 release 29.2
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
13427
patches/newlib-4.6.0.20260123-5.patch
Normal file
13427
patches/newlib-4.6.0.20260123-5.patch
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -35,7 +35,7 @@ case "$VERSION" in
|
|||
NEWLIB_VER=4.6.0.20260123
|
||||
BINUTILS_PKGREL=2
|
||||
GCC_PKGREL=7
|
||||
NEWLIB_PKGREL=4
|
||||
NEWLIB_PKGREL=5
|
||||
basedir='dkarm-eabi'
|
||||
package=devkitARM
|
||||
target=arm-none-eabi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user