vxWorks 6 changes WIND_HOST_TYPE x86-linux2.

This commit is contained in:
Andrew Johnson
2006-12-05 19:40:00 +00:00
parent 947822da70
commit db9f3d81a3

View File

@@ -88,6 +88,14 @@ VX_GNU_VERSION_6.2 = 3.3.2
VX_GNU_VERSION_6.3 = 3.4.4
VX_GNU_VERSION = $(VX_GNU_VERSION_$(VXWORKS_VERSION))
#--------------------------------------------------
# Fix WIND_BASE for vxWorks 6.x on linux
ifeq ($(VXWORKS_MAJOR_VERSION),6)
ifeq ($(WIND_HOST_TYPE),x86-linux)
WIND_HOST_TYPE = x86-linux2
endif
endif
#--------------------------------------------------
# vxWorks directory definitions
VX_DIR_5 = $(WIND_BASE)