updated build process for newlib 1.13.0

adjusted install for rules & install targets in makefiles
This commit is contained in:
Dave Murphy
2005-05-04 14:11:38 +00:00
parent e32e1247c3
commit c8f73f5a68
6 changed files with 15 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ $MAKE install
#---------------------------------------------------------------------------------
# copy base rulesets
#---------------------------------------------------------------------------------
cp dkp-rules/* $prefix
cd $BUILDSCRIPTDIR
cp dkp-rules/* $DEVKITPPC

View File

@@ -60,6 +60,8 @@ cd $target/newlib
$BUILDSCRIPTDIR/$NEWLIB_SRCDIR/configure --target=$target \
--prefix=$prefix \
--enable-serial-configure \
--enable-newlib-mb \
| tee newlib_configure.log 2>&1
$MAKE all | tee newlib_make.log 2>&1