mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-22 10:24:04 -05:00
remove elf2flt
This commit is contained in:
@@ -20,25 +20,6 @@ cd $target/binutils
|
||||
$MAKE || { echo "Error building binutils"; exit 1; }
|
||||
$MAKE install || { echo "Error installing binutils"; exit 1; }
|
||||
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# build and install elf2flt
|
||||
#---------------------------------------------------------------------------------
|
||||
mkdir -p $target/elf2flt
|
||||
cd $target/elf2flt
|
||||
|
||||
../../elf2flt/configure \
|
||||
--prefix=$prefix --target=$target \
|
||||
--with-libbfd=../binutils/bfd/libbfd.a \
|
||||
--with-libiberty=../binutils/libiberty/libiberty.a \
|
||||
--with-bfd-include-dir=../binutils/bfd/ \
|
||||
--with-binutils-include-dir=../../$BINUTILS_SRCDIR/include/ \
|
||||
|| { echo "Error configuring elf2flt"; exit 1; }
|
||||
$MAKE || { echo "Error building elf2flt"; exit 1; }
|
||||
$MAKE install || { echo "Error installing elf2flt"; exit 1; }
|
||||
|
||||
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
@@ -46,8 +27,6 @@ cd $BUILDSCRIPTDIR
|
||||
#---------------------------------------------------------------------------------
|
||||
rm -fr $target/binutils
|
||||
rm -fr $BINUTILS_SRCDIR
|
||||
rm -fr $target/elf2flt
|
||||
rm -fr elf2flt
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# build and install just the c compiler
|
||||
|
||||
Reference in New Issue
Block a user