From 82cd105a8249c39bbfc63483e2d5606d77d8e68e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 24 Feb 2016 15:34:12 +0100 Subject: open_issues/gcc: Better align GNU/Hurd and GNU/Linux configurations --- open_issues/gcc.mdwn | 50 +++++++++++--------------------------------------- 1 file changed, 11 insertions(+), 39 deletions(-) (limited to 'open_issues') diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn index bf07de56..d6ea68c5 100644 --- a/open_issues/gcc.mdwn +++ b/open_issues/gcc.mdwn @@ -1065,20 +1065,24 @@ 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 --with-native-system-header-dir=/usr/include --enable-multiarch 2>&1 | tee log_build + $ ../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 [...] $ make 2>&1 | tee log_build_ [...] Different hosts may default to different shells and compiler versions; thus harmonized. -`--disable-libcilkrts` until that is auto-detected/fixed for GNU Hurd. +`--disable-libcilkrts`, +`--disable-libmpx`, +`--disable-libsanitizer`, +`--disable-libvtv`, +until these is auto-detected/fixed/ported for GNU Hurd. `--with-native-system-header-dir=/usr/include` because GCC still defaults to `/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 [[5 h 0 min|performance#measure]] -on kepler.SCHWINGE and [[5 h 18 min|performance#measure]] on laplace.SCHWINGE. +This takes up around 4.8 GiB, and runs for [[5 h 50 min|performance#measure]] +on kepler.SCHWINGE and [[5 h 09 min|performance#measure]] on laplace.SCHWINGE.