summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_osf1_4.0_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_osf1_4.0_g++.GNU')
-rw-r--r--include/makeinclude/platform_osf1_4.0_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_osf1_4.0_g++.GNU b/include/makeinclude/platform_osf1_4.0_g++.GNU
index 651e7365d6c..b141157ebb5 100644
--- a/include/makeinclude/platform_osf1_4.0_g++.GNU
+++ b/include/makeinclude/platform_osf1_4.0_g++.GNU
@@ -4,7 +4,7 @@
CC = gcc
CXX = g++
CFLAGS += -D_REENTRANT
-CCFLAGS += $(CFLAGS) -fno-strict-prototypes
+CCFLAGS += -D_REENTRANT -fno-implicit-templates -fno-strict-prototypes
LD = $(CXX)
DLD = $(CXX)
LIBS += -lpthread -lmach -lexc -ltli -lrt