Added a compiler option that gets utilized for solaris
This commit is contained in:
parent
7950b10bb2
commit
d6ebf7b799
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ FORT = @F77@
|
|||
FORT_FLAGS = @FFLAGS@
|
||||
|
||||
# Fortran libraries
|
||||
FORT_LIBS = @FLIBS@
|
||||
FORT_LIBS = @LCXX_FLIBS@ @FLIBS@
|
||||
|
||||
# the C++ compiler
|
||||
CXX = @CXX@
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue