3 ifeq ($(VXWORKS_VERSION_FLAG),)
4 VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x660
5 endif # VXWORKS_VERSION_FLAG
7 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.5.GNU
9 # Disable strict aliasing warnings, these are given on some VxWorks system
10 # header files and has been reported to WindRiver
11 ifeq ("$(TOOL_FAMILY)","gnu")
12 CPPFLAGS += -fno-strict-aliasing
15 # Workaround for bug in diab compiler with just 6.6
16 ifeq (vxworks-6.6, $(findstring vxworks-6.6,$(WIND_PLATFORM)))
17 ifeq ("$(TOOL_FAMILY)","diab")
18 C++FLAGS += -W:c++:,-Xusing-std-on