Skip to content

Commit 7d3bbea

Browse files
committed
devkitPPC: update gcc to 11.2.0
1 parent 066afb3 commit 7d3bbea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ index 65d1fa2cd1f..51991aab75c 100644
4040

4141
#define SIG_ATOMIC_TYPE "int"
4242
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h
43-
index 164d359b724..4785fcf6e73 100644
43+
index a7953fad965..04abd41239b 100644
4444
--- a/gcc/config/rs6000/rs6000.h
4545
+++ b/gcc/config/rs6000/rs6000.h
4646
@@ -196,6 +196,7 @@ ASM_OPT_ANY
@@ -250,7 +250,7 @@ index 7ab55c49940..763709e907e 100644
250250
Target RejectNegative
251251
Link with libyk.a, libc.a and crt0.o.
252252
diff --git a/gcc/configure b/gcc/configure
253-
index e8ecb3b0297..10ebe252c12 100755
253+
index 9b28369e3bf..79b95018a89 100755
254254
--- a/gcc/configure
255255
+++ b/gcc/configure
256256
@@ -12593,7 +12593,7 @@ case ${enable_threads} in
@@ -263,7 +263,7 @@ index e8ecb3b0297..10ebe252c12 100755
263263
target_thread_file=${enable_threads}
264264
;;
265265
diff --git a/gcc/configure.ac b/gcc/configure.ac
266-
index 96a6f62b0d3..c5dd3465634 100644
266+
index 162e08cbc02..34d35d0de8d 100644
267267
--- a/gcc/configure.ac
268268
+++ b/gcc/configure.ac
269269
@@ -1925,7 +1925,7 @@ case ${enable_threads} in
@@ -840,10 +840,10 @@ index fb812d3801f..7f6669d530f 100644
840840

841841
# This can't end up in shared libgcc
842842
diff --git a/libgcc/configure b/libgcc/configure
843-
index dd3afb2c957..abc5466abdc 100755
843+
index 4919a56f518..546b3413deb 100755
844844
--- a/libgcc/configure
845845
+++ b/libgcc/configure
846-
@@ -5642,6 +5642,7 @@ tm_file="${tm_file_}"
846+
@@ -5679,6 +5679,7 @@ tm_file="${tm_file_}"
847847
case $target_thread_file in
848848
aix) thread_header=config/rs6000/gthr-aix.h ;;
849849
dce) thread_header=config/pa/gthr-dce.h ;;

select_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ case "$VERSION" in
3939
toolchain=DEVKITARM
4040
;;
4141
"2" )
42-
GCC_VER=11.1.0
4342
BINUTILS_VER=2.36.1
43+
GCC_VER=11.2.0
4444
MN_BINUTILS_VER=2.24
4545
NEWLIB_VER=4.1.0
4646
basedir='dkppc'

0 commit comments

Comments
 (0)