aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-09-10 05:33:51 +0000
committergoodale <goodale@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-09-10 05:33:51 +0000
commite74fc29487b5b211e0f5d259df1f9711fdc879fe (patch)
treeea530432f7f6f38aa6b1213e583429371d20bdb5
parent886c6f8cf24281cc6c6b6920cf7969cf2b6d3401 (diff)
Some ugly code to get this compiling on the sx-5.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@329 ebee0441-1374-4afa-a3b5-247f3ba15b9a
-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 9376fc6..d08f8eb 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -6,3 +6,11 @@ SRCS = Startup.c Output2D.c Write2D.c Output.c Write.c DumpVar.c DumpGH.c \
# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI
+
+UNAME := $(shell uname)
+
+ifeq ($(UNAME), SUPER-UX)
+
+CFLAGS += -DSX5
+endif
+