*** empty log message ***

This commit is contained in:
Dave Murphy 2005-07-12 05:43:12 +00:00
parent 850996d619
commit 85adc2d8fc

View File

@ -41,6 +41,7 @@ cd $target/gcc
--enable-cxx-flags="-G0" \
--target=$target \
--with-newlib \
--without-headers \
--prefix=$prefix \
|| { echo "Error configuring gcc"; exit 1; }