updated configury for devkitARM r22

This commit is contained in:
Dave Murphy 2008-04-02 22:30:51 +00:00
parent 7d52397858
commit e74e42e35d

View File

@ -48,11 +48,13 @@ then
--enable-interwork --enable-multilib\
--with-gcc --with-gnu-ld --with-gnu-as \
--disable-shared --disable-threads --disable-win32-registry --disable-nls --disable-debug\
--disable-libmudflap --disable-libssp \
--disable-libmudflap --disable-libssp --disable-libgomp \
--disable-libstdcxx-pch \
--target=$target \
--with-newlib \
--prefix=$prefix\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 22"
|| { echo "Error configuring gcc"; exit 1; }
touch configured-gcc
fi