summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_g++.GNU
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2000-10-27 17:29:16 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2000-10-27 17:29:16 +0000
commit3deb82eb24e769944f657068e556f77e07553d5d (patch)
tree7d6d447c98e33aee509c03dc1a88f952dff462fb /include/makeinclude/platform_vxworks5.x_g++.GNU
parent070181884f4f9fe52c153084eb6a3795b249c605 (diff)
downloadATCD-3deb82eb24e769944f657068e556f77e07553d5d.tar.gz
Fri Oct 27 12:04:17 2000 Chris Cleeland <cleeland_c@ociweb.com>
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_g++.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.x_g++.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_g++.GNU b/include/makeinclude/platform_vxworks5.x_g++.GNU
index 41b83046043..9118ecf4229 100644
--- a/include/makeinclude/platform_vxworks5.x_g++.GNU
+++ b/include/makeinclude/platform_vxworks5.x_g++.GNU
@@ -25,7 +25,7 @@ ifndef optimize
optimize = 1
endif # ! optimize
ifndef rtti
- rtti =
+ rtti = 0
endif # ! rtti
shared_libs =
@@ -229,7 +229,7 @@ endif # egcs
CFLAGS += -D_REENTRANT -ansi -fno-builtin -fno-defer-pop \
-fvolatile -nostdinc -nostdlib $(PIPE_OPT) -W -Wall
CCFLAGS += $(CFLAGS)
-ifeq (,$(rtti))
+ifeq (0,$(rtti))
#### Don't use RTTI even with egcs, because Tornado 1.0.x libraries
#### don't support it.
CCFLAGS += -fno-rtti -DACE_LACKS_RTTI