aboutsummaryrefslogtreecommitdiff
path: root/src/Panda/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panda/make.code.defn')
-rw-r--r--src/Panda/make.code.defn9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Panda/make.code.defn b/src/Panda/make.code.defn
index c4af0e1..7b6d396 100644
--- a/src/Panda/make.code.defn
+++ b/src/Panda/make.code.defn
@@ -3,3 +3,12 @@ SRCS = App_Info.C Array.C ArrayDistribution.C ArrayLayout.C Attribute.C \
VirtFS.C c_interface.C
CXXFLAGS += -DANSI -DFILEPREFIX=\"\"
+
+UNAME := $(shell uname)
+
+ifeq ($(UNAME), SUPER-UX)
+
+CFLAGS += -DSX5
+CXXFLAGS += -T all -DSX5
+endif
+