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.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!)