From 2daed523f86d208ac6275960f40be67f62c597ef Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 2 Dec 2016 10:19:34 +0100 Subject: gcc: GCC 6 --- open_issues/gcc.mdwn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'open_issues') diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index fd4c49ee..4e396054 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -1068,7 +1068,7 @@ and laplace.SCHWINGE. $ export LC_ALL=C $ (cd ../master/ && contrib/gcc_update --touch) - $ ../master/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-4.9 CXX=g++-4.9 --enable-languages=all --disable-libcilkrts --disable-libsanitizer --disable-libvtv --disable-libmpx --with-native-system-header-dir=/usr/include --enable-multiarch 2>&1 | tee log_build + $ ../master/configure --prefix="$PWD".install SHELL=/bin/dash CC=gcc-6 CXX=g++-6 --enable-languages=all --disable-libcilkrts --disable-libsanitizer --disable-libvtv --disable-libmpx --with-native-system-header-dir=/usr/include --enable-multiarch 2>&1 | tee log_build [...] $ make 2>&1 | tee log_build_ [...] @@ -1084,8 +1084,8 @@ until these is auto-detected/fixed/ported for GNU Hurd. `/include` for GNU Hurd. Explicit `--enable-multiarch` because *auto check [is disabled if] configured with --native-system-header-dir*. -This takes up around 4.8 GiB, and runs for [[3 h 57 min|performance#measure]] -on kepler.SCHWINGE and [[3 h 45 min|performance#measure]] on laplace.SCHWINGE. +This takes up around 4.8 GiB, and runs for [[4 h 46 min|performance#measure]] +on kepler.SCHWINGE and [[3 h 52 min|performance#measure]] on laplace.SCHWINGE.