aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-03-29 21:47:00 +0000
committergoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2004-03-29 21:47:00 +0000
commite3a5264a857caf7d34c52d22349dcbf3aefbc52f (patch)
tree8453ca560a7f47fc58bdf9b085394517815a90ab
parenta6466c50f3f2c389cf263fe0617d49da20133d44 (diff)
Adding a stanza for SUPER-UX.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@59 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--src/make.code.defn10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index cea189c..57870fe 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -139,13 +139,21 @@ CXXFLAGS += -DANSI -DSOLARIS
endif
-# SunOS
+# Darwin
ifeq ($(UNAME), Darwin)
CXXFLAGS += -DANSI
endif
+# NECX SX-5
+
+ifeq ($(UNAME), SUPER-UX)
+
+CXXFLAGS += -DANSI
+
+endif
+
#
# Template instantion flags for SUN OS
#( silly compiler can't do implicit global template instantion!)