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

[SPARC] fix OS_DIR for solaris

parent ca3c69b1
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ ifeq ($(OSNAME), Linux)
SHARED_EXT := so
LIBS := -lgfortran
else ifeq ($(OSNAME), SunOS)
OS_DIR := sunos
OS_DIR := solaris
CC := cc
FC := f90
CFLAGS := -m64 -O -xcode=pic13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment