summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-09-23 10:48:57 +0200
committerThomas Schwinge <thomas@codesourcery.com>2014-09-23 10:48:57 +0200
commitf40d8cc838d69217b57f979d93bf78e3a79e934d (patch)
treec646d9c0d52a053682e910f484a6462baf05f954 /open_issues
parent48bfaa670242a1d51fa263d677091d1fa7c2aa2c (diff)
open_issues/boehm_gc: GCC 4.9.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/boehm_gc.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/boehm_gc.mdwn b/open_issues/boehm_gc.mdwn
index bba0bc31..c66423c3 100644
--- a/open_issues/boehm_gc.mdwn
+++ b/open_issues/boehm_gc.mdwn
@@ -390,7 +390,7 @@ kepler.SCHWINGE and laplace.SCHWINGE.
$ export LC_ALL=C
$ (cd ../master/ && ln -sfn ../libatomic_ops/master libatomic_ops)
$ (cd ../master/ && autoreconf -vfi)
- $ ../master/configure --prefix="$PWD".install SHELL=/bin/bash CC=gcc-4.6 CXX=g++-4.6 --enable-cplusplus --enable-gc-debug --enable-gc-assertions --enable-assertions 2>&1 | tee log_build
+ $ ../master/configure --prefix="$PWD".install SHELL=/bin/bash CC=gcc-4.9 CXX=g++-4.9 --enable-cplusplus --enable-gc-debug --enable-gc-assertions --enable-assertions 2>&1 | tee log_build
[...]
$ make 2>&1 | tee log_build_
[...]