diff --git a/build-devkit.sh b/build-devkit.sh index e8de0cf..3e962f2 100755 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash #--------------------------------------------------------------------------------- -# devkitARM release 55 +# devkitARM release 57 # devkitPPC release 39 # devkitA64 release 18 #--------------------------------------------------------------------------------- diff --git a/dkarm-eabi/patches/gcc-11.1.0.patch b/dkarm-eabi/patches/gcc-11.2.0.patch similarity index 99% rename from dkarm-eabi/patches/gcc-11.1.0.patch rename to dkarm-eabi/patches/gcc-11.2.0.patch index 1b7857d..842455e 100644 --- a/dkarm-eabi/patches/gcc-11.1.0.patch +++ b/dkarm-eabi/patches/gcc-11.2.0.patch @@ -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. */ diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index 501d1b2..7335a3a 100755 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -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 \ diff --git a/select_toolchain.sh b/select_toolchain.sh index b603195..3e10f6d 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -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