From e3a5264a857caf7d34c52d22349dcbf3aefbc52f Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 29 Mar 2004 21:47:00 +0000 Subject: Adding a stanza for SUPER-UX. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@59 21a6bef8-4479-4f54-8f8d-0db94a2919ef --- src/make.code.defn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/make.code.defn b/src/make.code.defn index cea189c..57870fe 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -139,13 +139,21 @@ CXXFLAGS += -DANSI -DSOLARIS endif -# SunOS +# Darwin ifeq ($(UNAME), Darwin) CXXFLAGS += -DANSI endif +# NECX SX-5 + +ifeq ($(UNAME), SUPER-UX) + +CXXFLAGS += -DANSI + +endif + # # Template instantion flags for SUN OS #( silly compiler can't do implicit global template instantion!) -- cgit v1.2.3