mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-23 19:04:02 -05:00
remove elf2flt
This commit is contained in:
@@ -120,7 +120,7 @@ diff -Nbaur gcc-4.1.1/gcc/version.c gcc-4.1.1-arm/gcc/version.c
|
||||
the revision of your modified compiler. */
|
||||
|
||||
-#define VERSUFFIX ""
|
||||
+#define VERSUFFIX " (devkitARM release 20)"
|
||||
+#define VERSUFFIX " (devkitARM release 19c)"
|
||||
|
||||
/* This is the location of the online document giving instructions for
|
||||
reporting bugs. If you distribute a modified version of GCC,
|
||||
|
||||
@@ -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