mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-24 14:59:35 -05:00
*** empty log message ***
This commit is contained in:
parent
858fe0a7f8
commit
eb97b2f71e
|
|
@ -261,8 +261,8 @@ fi
|
||||||
echo use $MAKE as make
|
echo use $MAKE as make
|
||||||
export MAKE
|
export MAKE
|
||||||
|
|
||||||
if [ 0 ]
|
patchdir=$(pwd)/$basedir/patches
|
||||||
then
|
scriptdir=$(pwd)/$basedir/scripts
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# Extract source packages
|
# Extract source packages
|
||||||
|
|
@ -305,10 +305,6 @@ then
|
||||||
bzip2 -cd $SRCDIR/$LIBGBA | tar -xv -C $LIBGBA_SRCDIR || { echo "Error extracting "$LIBGBA; exit; }
|
bzip2 -cd $SRCDIR/$LIBGBA | tar -xv -C $LIBGBA_SRCDIR || { echo "Error extracting "$LIBGBA; exit; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
patchdir=$(pwd)/$basedir/patches
|
|
||||||
scriptdir=$(pwd)/$basedir/scripts
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# apply patches
|
# apply patches
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,8 @@ cd $target/gcc
|
||||||
--prefix=$prefix -v\
|
--prefix=$prefix -v\
|
||||||
|| { echo "Error configuring gcc"; exit 1; }
|
|| { echo "Error configuring gcc"; exit 1; }
|
||||||
|
|
||||||
|
mkdir -p libiberty libcpp fixincludes
|
||||||
|
|
||||||
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
|
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
|
||||||
$MAKE install-gcc || { echo "Error installing gcc"; exit 1; }
|
$MAKE install-gcc || { echo "Error installing gcc"; exit 1; }
|
||||||
|
|
||||||
|
|
@ -56,6 +58,7 @@ cd $BUILDSCRIPTDIR
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
mkdir -p $target/newlib
|
mkdir -p $target/newlib
|
||||||
cd $target/newlib
|
cd $target/newlib
|
||||||
|
mkdir -p etc
|
||||||
|
|
||||||
$BUILDSCRIPTDIR/$NEWLIB_SRCDIR/configure \
|
$BUILDSCRIPTDIR/$NEWLIB_SRCDIR/configure \
|
||||||
--enable-serial-configure \
|
--enable-serial-configure \
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,8 @@ cd $target/gcc
|
||||||
--prefix=$prefix -v\
|
--prefix=$prefix -v\
|
||||||
2>&1 | tee gcc_configure.log
|
2>&1 | tee gcc_configure.log
|
||||||
|
|
||||||
|
mkdir -p libiberty libcpp fixincludes
|
||||||
|
|
||||||
$MAKE all-gcc | tee gcc_make.log 2>&1
|
$MAKE all-gcc | tee gcc_make.log 2>&1
|
||||||
$MAKE install-gcc | tee gcc_install.log 2>&1
|
$MAKE install-gcc | tee gcc_install.log 2>&1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,8 @@ cd $target/gcc
|
||||||
--prefix=$prefix \
|
--prefix=$prefix \
|
||||||
|| { echo "Error configuring gcc"; exit 1; }
|
|| { echo "Error configuring gcc"; exit 1; }
|
||||||
|
|
||||||
|
mkdir -p libiberty libcpp fixincludes
|
||||||
|
|
||||||
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
|
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
|
||||||
$MAKE install-gcc || { echo "Error installing gcc"; exit 1; }
|
$MAKE install-gcc || { echo "Error installing gcc"; exit 1; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user