summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-28 15:56:23 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-28 15:56:23 +0200
commit82494c860f5a37093f979c7dda54e142bbbf5fb3 (patch)
tree102a98966c5eb3e050be9a8b0f13ab4be799edb5 /open_issues
parentd739d4eef5ae267efbd246eb76b98d5c95458f3b (diff)
open_issues/binutils: Last run was still with GCC 4.6.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/binutils.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/binutils.mdwn b/open_issues/binutils.mdwn
index 757ebbe9..1b916f6b 100644
--- a/open_issues/binutils.mdwn
+++ b/open_issues/binutils.mdwn
@@ -130,7 +130,7 @@ commit 944a6010b676b9f80f0a16c65183102b187822c5 (2013-02-08), 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.6 CXX=g++-4.6 2>&1 | tee log_build
[...]
$ make 2>&1 | tee log_build_
[...]