aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtutil/make.code.defn')
-rw-r--r--src/jtutil/make.code.defn14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/jtutil/make.code.defn b/src/jtutil/make.code.defn
index f9bcd04..c188744 100644
--- a/src/jtutil/make.code.defn
+++ b/src/jtutil/make.code.defn
@@ -7,17 +7,3 @@ SRCS = array.cc cpm_map.cc fuzzy.cc linear_map.cc norm.cc round.cc \
# Subdirectories containing source files
SUBDIRS =
-
-# disable automatic template instantiation on DEC Alphas cxx compiler
-ifeq ($(shell uname), OSF1)
- ifeq ($(CXX), cxx)
- CXXFLAGS += -nopt
- endif
-endif
-
-# disable automagic template instantiation on SGI Irix CC compiler
-ifneq (,$(findstring IRIX,$(shell uname)))
- ifeq ($(notdir $(CXX)), CC)
- CXXFLAGS += -no_auto_include
- endif
-endif