aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.code.defn8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 9376fc6..d08f8eb 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -6,3 +6,11 @@ SRCS = Startup.c Output2D.c Write2D.c Output.c Write.c DumpVar.c DumpGH.c \
# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI
+
+UNAME := $(shell uname)
+
+ifeq ($(UNAME), SUPER-UX)
+
+CFLAGS += -DSX5
+endif
+