From 34e59276364c352cc8c3704e800ff6c88d2941f0 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 12 Jan 2006 12:59:39 +0000 Subject: ChangeLogTag: Thu Jan 12 12:01:12 UTC 2006 Johnny Willemsen --- include/makeinclude/platform_vxworks6.2.GNU | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/makeinclude/platform_vxworks6.2.GNU b/include/makeinclude/platform_vxworks6.2.GNU index e17abe2b8c4..f3e8a9bafab 100644 --- a/include/makeinclude/platform_vxworks6.2.GNU +++ b/include/makeinclude/platform_vxworks6.2.GNU @@ -302,7 +302,17 @@ endif CCFLAGS += $(C++FLAGS) +ifeq (0,$(rtp)) PIC = +else + ifeq ("$(TOOL)","diab") + PIC = -Xpic + else + ifeq ("$(TOOL)","gnu") + PIC = -fpic + endif +endif +endif ifeq ("$(VXWORKSLINK)","true") -- cgit v1.2.1