Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / include / makeinclude / platform_vxworks6.4.GNU
blobd115873701556f007c713643de9b09d10250277f
1 # VxWorks 6.4
3 #### Notes:
4 #### 1) This file requires that the WIND_BASE and WIND_HOST_TYPE environment
5 ####    variables be set.  If the target CPU is not SIMNT, then your CPU
6 ####    environment variable must be set.
7 #### 2) The TOOL environment variable may be set to "diab" (default is "gnu").
8 #### 3) If perl is not on your path, you'll also need to set your PERL_PATH
9 ####    environment variable to the full path to perl.
11 ifeq ($(VXWORKS_VERSION_FLAG),)
12   VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x640
13 endif # VXWORKS_VERSION_FLAG
15 include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.3.GNU