From f0813d5e71791ba35e58a1b48c9c95615995f9ed Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Thu, 31 Mar 2005 12:16:14 +0000 Subject: [PATCH] %[ER: 70]% Do not use SSE instructions with gcc before version 3.4 --- autoconf_share/variants.lofar17 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoconf_share/variants.lofar17 b/autoconf_share/variants.lofar17 index 67898bd4567..f5910b56958 100644 --- a/autoconf_share/variants.lofar17 +++ b/autoconf_share/variants.lofar17 @@ -1,8 +1,10 @@ gnu3.compiler.conf: CXX="$CCACHE /usr/bin/g++" gnu3.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu +gnu3.compiler.sse.var: --without-sse gnu.compiler.conf: CXX="$CCACHE /usr/bin/g++" gnu.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu +gnu.compiler.sse.var: --without-sse gnu34.compiler.conf: CXX="$CCACHE /usr/local/gcc343/bin/g++" --with-ldflags="-Wl,--rpath,/usr/local/gcc343/lib" gnu34.compiler.aipspp.var: --with-aipspp=/lofarbuild/aips++/weekly/linux_gnu34 -- GitLab