From b6fac2de6dbcf6a979b83c1199800bde1cf2b141 Mon Sep 17 00:00:00 2001
From: Marcel Loose <loose@astron.nl>
Date: Thu, 23 Aug 2007 11:52:17 +0000
Subject: [PATCH] BugID: 835

Added support for GCC 4.x (i.c. GCC 4.2.1).
---
 autoconf_share/variants.lofar17 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/autoconf_share/variants.lofar17 b/autoconf_share/variants.lofar17
index e7e75b1997f..4af8d3cd270 100644
--- a/autoconf_share/variants.lofar17
+++ b/autoconf_share/variants.lofar17
@@ -12,6 +12,10 @@ gnunew.compiler.conf: CXX="$CCACHE /usr/local/gcc343/bin/g++" --with-ldflags="-W
 gnunew.compiler.aipspp.var: --with-casacore=/lofarbuild/casacore/prod/linux_gnunew --with-wcs=/usr/local/wcslib/gnunew
 gnunew.compiler.sse.var:    --with-sse
 
+gnu4.compiler.conf: CXX="$CCACHE /usr/local/gcc421/bin/g++" --with-ldflags="-Wl,-rpath,/usr/local/gcc421/lib"
+gnu4.compiler.aipspp.var: --with-casacore=/lofarbuild/casacore/prod/linux_gnu4 --with-wcs=/usr/local/wcslib/gnu
+gnu4.compiler.see.var:    --with-sse
+
 icc.compiler.conf: CXX="$CCACHE /usr/local/compiler80/bin/icc" --with-cppflags="-cxxlib-gcc" --with-ldflags="-cxxlib-gcc -Xlinker -rpath -Xlinker /usr/local/compiler80/lib"
 icc.compiler.aipspp.var: --with-casacore=/lofarbuild/casacore/prod/linux_gnu --with-wcs=/usr/local/wcslib/gnu --with-blitz=/usr/local/blitz/gnu --with-fftw2=/usr/local/fftw2/gnu --with-dtl=/usr/local/dtl/gnu
 
-- 
GitLab