update to gcc 7.2.0

This commit is contained in:
Dave Murphy
2017-08-19 13:44:03 +01:00
parent bfe7e72e9c
commit 2479a04370
4 changed files with 5 additions and 5 deletions

View File

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