Adding bull

This commit is contained in:
wilkie
2010-04-03 17:21:17 -04:00
parent 154c69bcf0
commit 09f54ff7be

View File

@@ -103,7 +103,7 @@ cd ../../../..
# COMPILE NEWLIB
cd newlib-obj
../newlib-${NEWLIB_VER}/configure --target=$TARGET --prefix=$PREFIX
../newlib-${NEWLIB_VER}/configure --target=$TARGET --prefix=$PREFIX --with-gmp=$PREFIX --with-mpfr=$PREFIX
make all
make install
cd ..