From 09f54ff7be1f9e099ec3c2681c89dce8abda2580 Mon Sep 17 00:00:00 2001 From: wilkie Date: Sat, 3 Apr 2010 17:21:17 -0400 Subject: [PATCH] Adding bull --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b79d686..2aafe55 100755 --- a/build.sh +++ b/build.sh @@ -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 ..