aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.code.defn5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index dc4086f..697539b 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -36,6 +36,7 @@ endif
endif
endif
endif
+
# 64 Bit Irix
ifeq ($(UNAME), IRIX64)
@@ -158,10 +159,10 @@ endif
# NECX SX-5
-ifeq ($(UNAME), SUPER-UX)
+ifeq ($(OS), superux)
CXXFLAGS += -DANSI -T all -DSX5
-
+CPPFLAGS=-DSX5
endif
#