Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12833
-gerrit
commit 2242e57370f8150442b66ed899b643292456a616 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Tue Jan 5 10:46:48 2016 -0600
Revert "util/crossgcc: Regenerate MPFR autotools files before build"
This reverts commit 68d0e4a5a1e7028227f6fbe086c891955cb7854e.
Special handling of MPFR is no longer needed with the latest MPFR release.
Change-Id: I96d9ea92cfb74eed6af2ba62254f0678081e2b4f Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- util/crossgcc/buildgcc | 1 - 1 file changed, 1 deletion(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index d88f130..3c5b35a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -367,7 +367,6 @@ build_GMP() {
build_MPFR() { test $UNAME = "Darwin" && CFLAGS="$CFLAGS -force_cpusubtype_ALL" - (cd ../${MPFR_DIR}/ && CC="$CC" automake --add-missing --copy --force-missing) CC="$CC" ../${MPFR_DIR}/configure --disable-shared --prefix=$TARGETDIR \ --infodir=$TARGETDIR/info \ --with-gmp=$DESTDIR$TARGETDIR CFLAGS="$HOSTCFLAGS" || \