summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 09:56:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 09:56:56 +0000
commit1989bbc502ca44a3d1f608c4d302f292ee1e545f (patch)
treee71ec6d14c6a41cc802596973633f3c1487b5002
parent50a35026c720027bfa337dce5cda027721061208 (diff)
downloadATCD-1989bbc502ca44a3d1f608c4d302f292ee1e545f.tar.gz
ChangeLogTag: Mon Apr 24 06:59:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 09:17:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 09:39:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--include/makeinclude/platform_vxworks5.5.x.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks5.5.x.GNU b/include/makeinclude/platform_vxworks5.5.x.GNU
index 5c7014194a2..aa660e49100 100644
--- a/include/makeinclude/platform_vxworks5.5.x.GNU
+++ b/include/makeinclude/platform_vxworks5.5.x.GNU
@@ -230,6 +230,7 @@ else
endif
else
ifeq ("$(TOOL)","gnu")
+C++FLAGS += -ftemplate-depth-34
ifeq ($(exceptions),1)
C++FLAGS += -fexceptions
else