aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-09-10 06:34:52 +0000
committergoodale <goodale@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-09-10 06:34:52 +0000
commita9a8ab38b0fdcaf917095e34ac3e8f4e1e3e1674 (patch)
treeb34ed04574ec91be5078a856b9f1aaaf417901da
parentcf0db3b9990f57aaf5879da1fd9ce92f9f115028 (diff)
Yet more ugliness to get this compiling again on sx-5.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@73 38c3d835-c875-442e-b0fe-21c19ce1d001
-rw-r--r--src/Panda/make.code.defn9
-rw-r--r--src/make.code.defn1
2 files changed, 10 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
+
diff --git a/src/make.code.defn b/src/make.code.defn
index a4db902..a1460c9 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -15,5 +15,6 @@ UNAME := $(shell uname)
ifeq ($(UNAME), SUPER-UX)
CFLAGS += -DSX5
+CXXFLAGS += -T all -DSX5
endif