[coreboot-gerrit] New patch to review for coreboot: 17ea007 util/crossgcc/buildgcc: Upgrade MPC from 1.0.1 to 1.0.3

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Feb 23 10:43:51 CET 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8521

-gerrit

commit 17ea0075b4bb2b15b67d396e15dd8c30a6d21dfe
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Mon Feb 23 10:33:59 2015 +0100

    util/crossgcc/buildgcc: Upgrade MPC from 1.0.1 to 1.0.3
    
    Currently running `make crossgcc-arm` fails as MPC cannot be built.
    
    	Building MPC 1.0.1 ... failed
    
    As it worked in the past, it looks like the MPC 1.0.1 release archive
    was updated for whatever reason, but it was generated incorrectly, that
    means `./configure` and `Makefile` are missing.
    
    So upgrade to MPC 1.0.3 as the release archive contains the needed
    files. It also contains the following changes.
    
    Changes in version 1.0.3:
      - Fixed mpc_pow, see
        http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html
      - #18257: Switched to libtool 2.4.5.
    
    Changes in version 1.0.2:
      - Fixed mpc_atan, mpc_atanh for (+-0, +-1), see
        http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994#c7
      - Fixed mpc_log10 for purely imaginary argument, see
        http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-September/001208.html
    
    Change-Id: Ibfd02a9b362b12361b210d512420b87caebb0fdf
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    TEST:Run `make crossgcc-arm` and observe `Building MPC 1.0.3 ... ok`.
---
 util/crossgcc/buildgcc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index a35bf33..e4ddbc2 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -20,8 +20,8 @@
 # Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA
 #
 
-CROSSGCC_DATE="November 19th, 2014"
-CROSSGCC_VERSION="1.25"
+CROSSGCC_DATE="February 23th, 2015"
+CROSSGCC_VERSION="1.26"
 
 # default settings
 TARGETDIR=`pwd`/xgcc
@@ -31,7 +31,7 @@ DESTDIR=
 # version numbers
 GMP_VERSION=5.1.2
 MPFR_VERSION=3.1.2
-MPC_VERSION=1.0.1
+MPC_VERSION=1.0.3
 LIBELF_VERSION=0.8.13
 GCC_VERSION=4.8.3
 GCC_AUTOCONF_VERSION=2.69



More information about the coreboot-gerrit mailing list