From 52710dfedb602e7dd6c21a7cdc657672ee9312a6 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 18 Jun 2013 13:51:42 +0200 Subject: open_issues/binutils: Use GCC 4.8. --- open_issues/binutils.mdwn | 37 +++++-------------------------------- toolchain/logs | 2 +- 2 files changed, 6 insertions(+), 33 deletions(-) diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 641083a7..0e2ccd35 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -132,7 +132,7 @@ commit e7e89a91affc920f0d422c56ca04867e49ac5ac1 (2013-05-27), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C - $ ../Paul_Desmond/configure --prefix="$PWD".install --enable-gold --with-sysroot=/ SHELL=/bin/dash CC=gcc-4.7 CXX=g++-4.7 2>&1 | tee log_build + $ ../Paul_Desmond/configure --prefix="$PWD".install --enable-gold --with-sysroot=/ SHELL=/bin/dash CC=gcc-4.8 CXX=g++-4.8 2>&1 | tee log_build [...] $ make 2>&1 | tee log_build_ [...] @@ -142,8 +142,8 @@ harmonized. Debian GCC (which is used in binutils' testsuite) likes to pass `--sysroot=/` to `ld`, so we need to configure binutils with support for sysroots. -This takes up around 950 MiB, and needs roughly 13 min on kepler.SCHWINGE and -45 min on coulomb.SCHWINGE. +This takes up around 1100 MiB, and needs roughly 13 min on kepler.SCHWINGE and +53 min on coulomb.SCHWINGE.