aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-09-10 06:07:26 +0000
committergoodale <goodale@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-09-10 06:07:26 +0000
commitcf0db3b9990f57aaf5879da1fd9ce92f9f115028 (patch)
tree39e61a522a3dc77a0a5ccb489a6f9a2d725c6041
parenta5dc1745b298e92e023da8eb2819c69da6c280d3 (diff)
Ugly code to make this compile on SX-5 with latest flexio.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@72 38c3d835-c875-442e-b0fe-21c19ce1d001
-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 17142ba..a4db902 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -9,3 +9,11 @@ SUBDIRS = Panda
# This avoids warnings when including the FlexIO headers
CFLAGS += -DANSI
+
+UNAME := $(shell uname)
+
+ifeq ($(UNAME), SUPER-UX)
+
+CFLAGS += -DSX5
+endif
+