summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-29 13:44:42 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-29 13:44:42 +0200
commit056517fc5b1758ef115179b231ab7b00a3460dd9 (patch)
tree9378de679216fcdddae186b73ef4d0fab2ec6f62
parent08c87e1fd38a290a3d9441868e51e829e20a3106 (diff)
open_issues/binutils: Use GCC 4.7.
-rw-r--r--open_issues/binutils.mdwn8
m---------toolchain/logs10
2 files changed, 9 insertions, 9 deletions
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.
<!--
@@ -193,7 +193,7 @@ min on coulomb.SCHWINGE.
$ make -k check 2>&1 | tee log_test
[...]
-This needs roughly 6 min on kepler.SCHWINGE and 42 min on coulomb.SCHWINGE.
+This needs roughly 6 min on kepler.SCHWINGE and 45 min on coulomb.SCHWINGE.
## Analysis
diff --git a/toolchain/logs b/toolchain/logs
-Subproject 327e20f0f01fc1d58d987d2a9acd72b63358ddf
+Subproject a264dc206a1ebd541f01d3f3c496a80b3b8d978