aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 1d95638..ba6ba3a 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -111,6 +111,13 @@ CXXFLAGS += -DANSI -DT3E -DFFIO -hinstantiate=used
endif
+# CRAY X-1
+ifeq ($(UNAME), UNICOS/mp)
+
+CXXFLAGS += -DANSI -DFFIO -hinstantiate=used
+
+endif
+
# SP
ifeq ($(UNAME), AIX)