Cleanup Solaris support
[ACE_TAO.git] / ACE / include / makeinclude / platform_vxworks6.6.GNU
blob9f00cbd69415745c363d071116607339b6609b3a
1 # VxWorks 6.6
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
13 endif
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
19   endif
20 endif