diff --git a/dkppc/patches/binutils-2.30.patch b/dkppc/patches/binutils-2.31.1.patch similarity index 56% rename from dkppc/patches/binutils-2.30.patch rename to dkppc/patches/binutils-2.31.1.patch index 13c34e8..b5df4e7 100644 --- a/dkppc/patches/binutils-2.30.patch +++ b/dkppc/patches/binutils-2.31.1.patch @@ -1,7 +1,7 @@ -diff -NBaur binutils-2.30/opcodes/ppc-opc.c binutils-2.30-ppc/opcodes/ppc-opc.c ---- binutils-2.30/opcodes/ppc-opc.c 2018-01-13 13:31:16.000000000 +0000 -+++ binutils-2.30-ppc/opcodes/ppc-opc.c 2018-05-27 22:33:42.302025484 +0100 -@@ -3488,7 +3488,7 @@ +diff -NBaur binutils-2.31.1/opcodes/ppc-opc.c binutils-2.31.1-ppc/opcodes/ppc-opc.c +--- binutils-2.31.1/opcodes/ppc-opc.c 2018-06-24 19:38:58.000000000 +0100 ++++ binutils-2.31.1-ppc/opcodes/ppc-opc.c 2018-11-01 10:59:42.814553627 +0000 +@@ -3501,7 +3501,7 @@ #define MFDEC2 (PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE \ | PPC_OPCODE_TITAN) #define BOOKE PPC_OPCODE_BOOKE diff --git a/select_toolchain.sh b/select_toolchain.sh index f152a0f..1c28712 100755 --- a/select_toolchain.sh +++ b/select_toolchain.sh @@ -40,8 +40,8 @@ case "$VERSION" in toolchain=DEVKITARM ;; "2" ) - BINUTILS_VER=2.30 GCC_VER=8.2.0 + BINUTILS_VER=2.31.1 MN_BINUTILS_VER=2.17 NEWLIB_VER=3.0.0 GDB_VER=8.0.1