aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 7d54246..fd13a65 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -114,6 +114,13 @@ CXXFLAGS += -DANSI
endif
+# Fujitsu VPP700
+ifeq ($(UNAME), UNIX_System_V)
+
+CXXFLAGS += -DANSI -DFUJITSU
+
+endif
+
# HITACHI
ifeq ($(UNAME), HI-UX/MPP)