From 1938868b4262313932ffc52790e247ee2a8ac626 Mon Sep 17 00:00:00 2001 From: wolfwood Date: Mon, 20 Dec 2010 22:49:45 -0500 Subject: [PATCH] I remember now. pass one is with vanilla syscall stubs so gcc Phase 2 doesn't have missing symbol errors. pahse 2 is with the actual xomb bindings --- build.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index c43f491..bd1f789 100755 --- a/build.sh +++ b/build.sh @@ -150,11 +150,11 @@ make -j $NCPU || exit make install || exit cd .. -#echo "PASS-2 COMPILE NEWLIB" -#cp ../newlib-files/syscalls.c newlib-${NEWLIB_VER}/newlib/libc/sys/${OSNAME}/syscalls.c +echo "PASS-2 COMPILE NEWLIB" +cp ../newlib-files/syscalls.c newlib-${NEWLIB_VER}/newlib/libc/sys/${OSNAME}/syscalls.c -#cd newlib-obj -#../newlib-${NEWLIB_VER}/configure --target=$TARGET --prefix=$PREFIX --with-gmp=$PREFIX --with-mpfr=$PREFIX || exit -#make || exit -#make install || exit -#cd .. +cd newlib-obj +../newlib-${NEWLIB_VER}/configure --target=$TARGET --prefix=$PREFIX --with-gmp=$PREFIX --with-mpfr=$PREFIX || exit +make || exit +make install || exit +cd ..