mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
devkitPPC: use binutils 2.34
This commit is contained in:
parent
433a4bdd80
commit
6da9ea33f7
12
dkppc/patches/binutils-2.34.patch
Normal file
12
dkppc/patches/binutils-2.34.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -NBaur binutils-2.34/opcodes/ppc-opc.c binutils-2.34-ppc/opcodes/ppc-opc.c
|
||||
--- binutils-2.34/opcodes/ppc-opc.c 2020-01-18 13:55:49.000000000 +0000
|
||||
+++ binutils-2.34-ppc/opcodes/ppc-opc.c 2020-05-22 10:47:37.900308413 +0000
|
||||
@@ -3747,7 +3747,7 @@
|
||||
#define MFDEC2 (PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE \
|
||||
| PPC_OPCODE_TITAN)
|
||||
#define BOOKE PPC_OPCODE_BOOKE
|
||||
-#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS
|
||||
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
|
||||
#define PPCE300 PPC_OPCODE_E300
|
||||
#define PPCSPE PPC_OPCODE_SPE
|
||||
#define PPCSPE2 PPC_OPCODE_SPE2
|
||||
|
|
@ -41,7 +41,7 @@ case "$VERSION" in
|
|||
;;
|
||||
"2" )
|
||||
GCC_VER=10.1.0
|
||||
BINUTILS_VER=2.32
|
||||
BINUTILS_VER=2.34
|
||||
MN_BINUTILS_VER=2.17
|
||||
NEWLIB_VER=3.3.0
|
||||
GDB_VER=8.2.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user