testing gcc 7.1.0

This commit is contained in:
Dave Murphy
2017-07-14 19:19:48 +01:00
parent 0ae581030f
commit 3f96ad9f15
3 changed files with 315 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ then
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix\
--with-system-zlib\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 30" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 30 alpha" \
$CROSS_PARAMS \
|| { echo "Error configuring gcc stage 1"; exit 1; }
touch configured-gcc