aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorgoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-04-02 23:54:35 +0000
committergoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-04-02 23:54:35 +0000
commit156a5b1ad8da6429b059217d8b42b45fa5b4d84c (patch)
tree9b73144f594edd088bc54836a6e7812aa9d0f1ba /src/make.code.defn
parent1a193f3468af8738f03417fd8becc1cd428ca2bd (diff)
Changes for the Cray X-1
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@62 21a6bef8-4479-4f54-8f8d-0db94a2919ef
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)