use newlib 1.16.0 for devkitARM r23

This commit is contained in:
Dave Murphy
2008-04-27 03:41:23 +00:00
parent 5d3b896cb0
commit a706608191
2 changed files with 303 additions and 286 deletions

View File

@@ -53,7 +53,7 @@ then
--target=$target \
--with-newlib \
--prefix=$prefix\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 22" \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 23" \
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi