From a9a8ab38b0fdcaf917095e34ac3e8f4e1e3e1674 Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 10 Sep 2004 06:34:52 +0000 Subject: 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 --- src/Panda/make.code.defn | 9 +++++++++ src/make.code.defn | 1 + 2 files changed, 10 insertions(+) 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 -- cgit v1.2.3