Added a compiler option that gets utilized for solaris

This commit is contained in:
Harry Moffat 2009-07-23 23:24:22 +00:00
parent 7950b10bb2
commit d6ebf7b799
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ FORT = @F77@
FORT_FLAGS = @FFLAGS@
# Fortran libraries
FORT_LIBS = @FLIBS@
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
# the C++ compiler
CXX = @CXX@

View file

@ -19,10 +19,10 @@ LINK_OPTIONS =
FORT = @F77@
# Fortran compile flags
FORT_FLAGS = @FFLAGS@
FORT_FLAGS = @FFLAGS@
# Fortran libraries
FORT_LIBS = @FLIBS@
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
# the C++ compiler
CXX = @CXX@