*** empty log message ***

This commit is contained in:
Dave Murphy
2005-07-27 17:20:03 +00:00
parent 858fe0a7f8
commit eb97b2f71e
4 changed files with 9 additions and 6 deletions

View File

@@ -46,6 +46,8 @@ cd $target/gcc
--prefix=$prefix -v\
|| { echo "Error configuring gcc"; exit 1; }
mkdir -p libiberty libcpp fixincludes
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }
$MAKE install-gcc || { echo "Error installing gcc"; exit 1; }
@@ -56,6 +58,7 @@ cd $BUILDSCRIPTDIR
#---------------------------------------------------------------------------------
mkdir -p $target/newlib
cd $target/newlib
mkdir -p etc
$BUILDSCRIPTDIR/$NEWLIB_SRCDIR/configure \
--enable-serial-configure \