From 056517fc5b1758ef115179b231ab7b00a3460dd9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 29 Apr 2013 13:44:42 +0200 Subject: open_issues/binutils: Use GCC 4.7. --- open_issues/binutils.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'open_issues/binutils.mdwn') diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn index 00941cac..5d36d3d1 100644 --- a/open_issues/binutils.mdwn +++ b/open_issues/binutils.mdwn @@ -130,7 +130,7 @@ commit 5c3ec1ded654250e0ac27df79998b32b2403e81f (2013-04-29), 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.6 CXX=g++-4.6 2>&1 | tee log_build + $ ../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 [...] $ make 2>&1 | tee log_build_ [...] @@ -140,8 +140,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 11 min on kepler.SCHWINGE and -42 min on coulomb.SCHWINGE. +This takes up around 950 MiB, and needs roughly 13 min on kepler.SCHWINGE and +45 min on coulomb.SCHWINGE.