Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / include / makeinclude / platform_vxworks6.9.GNU
blob1e446c29eadadd2a972b11477b6450dee7fb8969
1 # VxWorks 6.9
3 ifeq ($(VXWORKS_VERSION_FLAG),)
4   VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x690
5 endif # VXWORKS_VERSION_FLAG
7 WIND_USR_LIB = ../lib$(MAJOR_CLI_OPTION_SUFFIX)/usr/lib
9 VXBUILD += $(if $(findstring 64,$(buildbits)), LP64)
11 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.8.GNU
13 # override. we do not want -Wsystem-header (new in vx6.9)
14 CC_WARNINGS_ALL = -Wall
16 ifeq ($(CPU),SIMNT)
17 override MUNCH_FLAGS := -c $(TOOLENV)
18 endif