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

@@ -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; }