mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-21 09:54:03 -05:00
Compare commits
2 Commits
devkitA64_
...
devkitA64_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9681963375 | ||
|
|
e9f9826e26 |
@@ -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
@@ -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)
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
|
|||||||
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" )
|
"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
|
||||||
|
|||||||
Reference in New Issue
Block a user