summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.5.x.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_vxworks5.5.x.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.5.x.GNU14
1 files changed, 5 insertions, 9 deletions
diff --git a/include/makeinclude/platform_vxworks5.5.x.GNU b/include/makeinclude/platform_vxworks5.5.x.GNU
index 5c7014194a2..7d3dbf5bd9e 100644
--- a/include/makeinclude/platform_vxworks5.5.x.GNU
+++ b/include/makeinclude/platform_vxworks5.5.x.GNU
@@ -85,7 +85,6 @@ ifeq ("$(TOOL)","gnu")
endif
PRJ_TYPE = vxApp
-TARGET_DIR = $(WIND_BASE)/target/h
TGT_DIR = $(WIND_BASE)/target
ifeq ($(CPU),)
@@ -95,10 +94,6 @@ else
override CPU := $(CPU)
endif
-ifeq ($(findstring PPC, $(CPU)), PPC)
- CCFLAGS += -mlongcall
-endif
-
ifeq ($(shared_libs),1)
SHARED_LIBS = 1
endif
@@ -144,10 +139,11 @@ ifneq ($(VX_LIB_BUILD),1)
endif
endif
-include $(TARGET_DIR)/make/defs.default
-include $(TARGET_DIR)/make/defs.$(WIND_HOST_TYPE)
-include $(TARGET_DIR)/make/defs.$(PRJ_TYPE)
-include $(TARGET_DIR)/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)
+include $(TGT_DIR)/h/make/defs.default
+##include $(TGT_DIR)/h/make/defs.link
+include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)
+include $(TGT_DIR)/h/make/defs.$(PRJ_TYPE)
+include $(TGT_DIR)/h/tool/$(TOOL_FAMILY)/make.$(CPU)$(TOOL)
## make sure we don't use that stupid, crippled vxrm.bat script.
override RM=rm -f