Skip to content
Snippets Groups Projects
Commit 090a282f authored by Stefan Anzinger's avatar Stefan Anzinger
Browse files

[SPARC] use Solaris Studio compiler

parent 688a255d
Branches
No related tags found
No related merge requests found
......@@ -33,10 +33,10 @@ ifeq ($(OSNAME), Linux)
LIBS := -lgfortran
else ifeq ($(OSNAME), SunOS)
OS_DIR := solaris
CC := gcc
FC := gfortran
CFLAGS := -m64 -fPIC -O2
LDFLAGS := -m64 -fPIC -shared
CC := cc
FC := f90
CFLAGS := -m64 -O -xcode=pic13
LDFLAGS := -G -m64
SHARED_EXT := so
LIBS := -lgfortran
else ifeq ($(OSNAME), Darwin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment