devkitARM: update gcc to 9.1.0

This commit is contained in:
Dave Murphy
2019-06-23 10:30:17 +01:00
parent aeb6482da9
commit fe202a6f50
3 changed files with 217 additions and 2 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 52-2" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 53" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }