mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
devkitARM: update gcc to 11.2.0
This commit is contained in:
parent
f1bf935706
commit
cd9e7f1fee
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 55
|
||||
# devkitARM release 57
|
||||
# devkitPPC release 39
|
||||
# devkitA64 release 18
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -61,10 +61,10 @@ index 00000000000..6d788d5e89c
|
|||
+ $(COMPILE) $<
|
||||
+ $(POSTCOMPILE)
|
||||
diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in
|
||||
index 0becb4385b6..30bd4a24cd6 100644
|
||||
index ab4b6acf5ea..2b8d0da296f 100644
|
||||
--- a/gcc/config/arm/arm-cpus.in
|
||||
+++ b/gcc/config/arm/arm-cpus.in
|
||||
@@ -400,7 +400,7 @@ begin arch armv6k
|
||||
@@ -402,7 +402,7 @@ begin arch armv6k
|
||||
tune for mpcore
|
||||
tune flags CO_PROC
|
||||
base 6K
|
||||
|
|
@ -231,7 +231,7 @@ index 360a280b23a..2c03947999a 100644
|
|||
/* Granularity for reserving address space. */
|
||||
static size_t va_granularity = 0x10000;
|
||||
diff --git a/gcc/gcc.c b/gcc/gcc.c
|
||||
index 7837553958b..69d7a798e2e 100644
|
||||
index 4d790f9dd4a..10f0d08524c 100644
|
||||
--- a/gcc/gcc.c
|
||||
+++ b/gcc/gcc.c
|
||||
@@ -853,6 +853,11 @@ proper position among the other output files. */
|
||||
|
|
@ -66,7 +66,7 @@ then
|
|||
--with-system-zlib \
|
||||
--disable-tm-clone-registry \
|
||||
--disable-__cxa_atexit \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 56" \
|
||||
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 57" \
|
||||
$CROSS_PARAMS \
|
||||
$CROSS_GCC_PARAMS \
|
||||
$EXTRA_GCC_PARAMS \
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ done
|
|||
|
||||
case "$VERSION" in
|
||||
"1" )
|
||||
GCC_VER=11.1.0
|
||||
BINUTILS_VER=2.36.1
|
||||
GCC_VER=11.2.0
|
||||
NEWLIB_VER=4.1.0
|
||||
basedir='dkarm-eabi'
|
||||
package=devkitARM
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user