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 17142ba..a4db902 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -9,3 +9,11 @@ SUBDIRS = Panda
# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI
+
+UNAME := $(shell uname)
+
+ifeq ($(UNAME), SUPER-UX)
+
+CFLAGS += -DSX5
+endif
+