mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-02-26 08:43:14 +01:00
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
This commit is contained in:
14
build.sh
14
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 ..
|
||||
|
||||
Reference in New Issue
Block a user