Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Murphy
9681963375 devkitA64: update newlib patch 2026-02-20 15:52:39 +00:00
Dave Murphy
e9f9826e26 update patchsets for devkitARM release 67.1 2026-02-17 17:37:34 +00:00
5 changed files with 13435 additions and 1211 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# devkitARM release 67 # devkitARM release 67.1
# devkitPPC release 49.1 # devkitPPC release 49.1
# devkitA64 release 29.1 # devkitA64 release 29.2
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
if [ 0 -eq 1 ] ; then if [ 0 -eq 1 ] ; then

File diff suppressed because it is too large Load Diff

View File

@@ -245,7 +245,7 @@ index 1939d55b9fd..62d425cb596 100644
option nofp remove ALL_FP option nofp remove ALL_FP
diff --git a/gcc/config/arm/devkitarm.h b/gcc/config/arm/devkitarm.h diff --git a/gcc/config/arm/devkitarm.h b/gcc/config/arm/devkitarm.h
new file mode 100644 new file mode 100644
index 00000000000..4d6c16a3db4 index 00000000000..7f408d6d81d
--- /dev/null --- /dev/null
+++ b/gcc/config/arm/devkitarm.h +++ b/gcc/config/arm/devkitarm.h
@@ -0,0 +1,33 @@ @@ -0,0 +1,33 @@
@@ -278,7 +278,7 @@ index 00000000000..4d6c16a3db4
+ do { \ + do { \
+ builtin_define ("__DEVKITPRO__"); \ + builtin_define ("__DEVKITPRO__"); \
+ builtin_define ("__DEVKITARM__"); \ + builtin_define ("__DEVKITARM__"); \
+ TARGET_BPABI_CPP_BUILTINS(); + TARGET_BPABI_CPP_BUILTINS(); \
+ } while (0) + } while (0)
+ +
+ +

File diff suppressed because it is too large Load Diff

View File

@@ -32,10 +32,10 @@ case "$VERSION" in
"1" ) "1" )
BINUTILS_VER=2.45.1 BINUTILS_VER=2.45.1
GCC_VER=15.2.0 GCC_VER=15.2.0
NEWLIB_VER=4.5.0.20241231 NEWLIB_VER=4.6.0.20260123
BINUTILS_PKGREL=2 BINUTILS_PKGREL=2
GCC_PKGREL=6 GCC_PKGREL=7
NEWLIB_PKGREL=5 NEWLIB_PKGREL=4
basedir='dkarm-eabi' basedir='dkarm-eabi'
package=devkitARM package=devkitARM
target=arm-none-eabi target=arm-none-eabi
@@ -69,7 +69,7 @@ case "$VERSION" in
NEWLIB_VER=4.6.0.20260123 NEWLIB_VER=4.6.0.20260123
BINUTILS_PKGREL=2 BINUTILS_PKGREL=2
GCC_PKGREL=7 GCC_PKGREL=7
NEWLIB_PKGREL=3 NEWLIB_PKGREL=4
basedir='dka64' basedir='dka64'
package=devkitA64 package=devkitA64
target=aarch64-none-elf target=aarch64-none-elf