diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-02 10:19:34 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-12-02 10:19:34 +0100 |
commit | 2daed523f86d208ac6275960f40be67f62c597ef (patch) | |
tree | 75858821e6727eee28416312be6d17b79f3f7bad /open_issues | |
parent | 40b0350ef8feea44cdfcec80cacff426e57f4631 (diff) |
gcc: GCC 6
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gcc.mdwn | 10 |
1 files changed, 5 insertions, 5 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 |