devkitARM: update to gcc 8.3.0

This commit is contained in:
Dave Murphy 2019-03-14 12:59:58 +00:00
parent 43415d430a
commit 58b9db7650
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#---------------------------------------------------------------------------------
# devkitARM release 51
# devkitARM release 52
# devkitPPC release 33
# devkitA64 release 12
#---------------------------------------------------------------------------------

View File

@ -1,8 +1,8 @@
diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in
index 545321b0bbe..63ed77af8fd 100644
index ba194a80229..12e023c3728 100644
--- a/gcc/config/arm/arm-cpus.in
+++ b/gcc/config/arm/arm-cpus.in
@@ -395,7 +395,7 @@ begin arch armv6k
@@ -401,7 +401,7 @@ begin arch armv6k
tune for mpcore
tune flags CO_PROC
base 6K

View File

@ -64,7 +64,7 @@ then
--prefix=$prefix \
--enable-lto\
--with-system-zlib \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 51" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 52" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }

View File

@ -30,7 +30,7 @@ done
case "$VERSION" in
"1" )
GCC_VER=8.2.0
GCC_VER=8.3.0
BINUTILS_VER=2.32
NEWLIB_VER=3.1.0
GDB_VER=8.2.1