mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
update patchsets for devkitARM release 67.1
This commit is contained in:
parent
6af2efa45a
commit
e9f9826e26
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 67
|
||||
# devkitARM release 67.1
|
||||
# devkitPPC release 49.1
|
||||
# devkitA64 release 29.1
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -245,7 +245,7 @@ index 1939d55b9fd..62d425cb596 100644
|
|||
option nofp remove ALL_FP
|
||||
diff --git a/gcc/config/arm/devkitarm.h b/gcc/config/arm/devkitarm.h
|
||||
new file mode 100644
|
||||
index 00000000000..4d6c16a3db4
|
||||
index 00000000000..7f408d6d81d
|
||||
--- /dev/null
|
||||
+++ b/gcc/config/arm/devkitarm.h
|
||||
@@ -0,0 +1,33 @@
|
||||
|
|
@ -278,7 +278,7 @@ index 00000000000..4d6c16a3db4
|
|||
+ do { \
|
||||
+ builtin_define ("__DEVKITPRO__"); \
|
||||
+ builtin_define ("__DEVKITARM__"); \
|
||||
+ TARGET_BPABI_CPP_BUILTINS();
|
||||
+ TARGET_BPABI_CPP_BUILTINS(); \
|
||||
+ } while (0)
|
||||
+
|
||||
+
|
||||
|
|
|
|||
13427
patches/newlib-4.6.0.20260123-4.patch
Normal file
13427
patches/newlib-4.6.0.20260123-4.patch
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -32,10 +32,10 @@ case "$VERSION" in
|
|||
"1" )
|
||||
BINUTILS_VER=2.45.1
|
||||
GCC_VER=15.2.0
|
||||
NEWLIB_VER=4.5.0.20241231
|
||||
NEWLIB_VER=4.6.0.20260123
|
||||
BINUTILS_PKGREL=2
|
||||
GCC_PKGREL=6
|
||||
NEWLIB_PKGREL=5
|
||||
GCC_PKGREL=7
|
||||
NEWLIB_PKGREL=4
|
||||
basedir='dkarm-eabi'
|
||||
package=devkitARM
|
||||
target=arm-none-eabi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user