update gcc to 8.1.0

This commit is contained in:
Dave Murphy
2018-05-08 23:39:52 +01:00
parent 732a0a147c
commit f9d48b38cd
3 changed files with 192 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ then
--prefix=$prefix \
--enable-lto $plugin_ld\
--with-system-zlib \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 8" \
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 9" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }