remove alpha designation

This commit is contained in:
Dave Murphy 2009-10-15 16:21:03 +00:00
parent 2ede645dea
commit 8c261066c1

View File

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