diff options
-rw-r--r-- | open_issues/gcc.mdwn | 10 | ||||
m--------- | toolchain/logs | 10 |
2 files changed, 10 insertions, 10 deletions
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. <!-- @@ -1274,8 +1274,8 @@ kepler.SCHWINGE and [[5 min|performance#measure]] on laplace.SCHWINGE. $ make -k check 2>&1 | tee log_test [...] -This runs for [[5 h 23 min|performance#measure]] on kepler.SCHWINGE and [[10 h -48 min|performance#measure]] on laplace.SCHWINGE. +This runs for [[5 h 49 min|performance#measure]] on kepler.SCHWINGE and [[10 h +36 min|performance#measure]] on laplace.SCHWINGE. ## Analysis diff --git a/toolchain/logs b/toolchain/logs -Subproject b94a6a44ace5ae6f800541c7d40930920833fc6 +Subproject 9f697cf053de6605ac1f5e5e9a3b22b889ba3f6 |