From cf0db3b9990f57aaf5879da1fd9ce92f9f115028 Mon Sep 17 00:00:00 2001 From: goodale Date: Fri, 10 Sep 2004 06:07:26 +0000 Subject: 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 --- src/make.code.defn | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + -- cgit v1.2.3