diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-26 07:20:28 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-04-26 07:20:28 +0000 |
commit | b3815554268b0a4613adbed963e420e8aab71538 (patch) | |
tree | 988acdf7145418e766a4d9583a7368334df1a2b3 /include | |
parent | d47ed58dc9805b2e854ab930b240767e1ba75f3d (diff) | |
download | ATCD-b3815554268b0a4613adbed963e420e8aab71538.tar.gz |
ChangeLogTag: Tue Apr 25 14:25:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_vxworks5.5.x.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_vxworks5.5.x.GNU b/include/makeinclude/platform_vxworks5.5.x.GNU index aa660e49100..df071f82675 100644 --- a/include/makeinclude/platform_vxworks5.5.x.GNU +++ b/include/makeinclude/platform_vxworks5.5.x.GNU @@ -230,7 +230,7 @@ else endif else ifeq ("$(TOOL)","gnu") -C++FLAGS += -ftemplate-depth-34 +C++FLAGS += -ftemplate-depth-50 ifeq ($(exceptions),1) C++FLAGS += -fexceptions else |