From 981d36142b026af805ccc623cc09459986a6ddcf Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 5 Oct 2005 19:32:02 +0000 Subject: 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 --- src/make.code.defn | 5 +++-- 1 file 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 # -- cgit v1.2.3