mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-31 23:14:04 -05:00
updated build process for newlib 1.13.0
adjusted install for rules & install targets in makefiles
This commit is contained in:
@@ -20,6 +20,7 @@ $MAKE install
|
||||
#---------------------------------------------------------------------------------
|
||||
# copy base rulesets
|
||||
#---------------------------------------------------------------------------------
|
||||
cp dkp-rules/* $prefix
|
||||
cd $BUILDSCRIPTDIR
|
||||
cp dkp-rules/* $DEVKITPPC
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user