aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2005-10-05 19:32:02 +0000
committergoodale <goodale@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2005-10-05 19:32:02 +0000
commit981d36142b026af805ccc623cc09459986a6ddcf (patch)
tree3ce56537de81f62051f24a470a66b5363650bc49
parent0b79ee4fc0e88482563565d6b28e97a3fb947d9e (diff)
Updates to give sensible results when crosscompiling for the SX-?
machines. Should do this for all architectures. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@78 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--src/make.code.defn5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index dc4086f..697539b 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -36,6 +36,7 @@ endif
endif
endif
endif
+
# 64 Bit Irix
ifeq ($(UNAME), IRIX64)
@@ -158,10 +159,10 @@ endif
# NECX SX-5
-ifeq ($(UNAME), SUPER-UX)
+ifeq ($(OS), superux)
CXXFLAGS += -DANSI -T all -DSX5
-
+CPPFLAGS=-DSX5
endif
#