summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-12 12:00:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-12 12:00:49 +0000
commit6f5254aa2d51f142b3eb0d1bd2fc8d98fc9a42c6 (patch)
tree717a3a896c94e4f90f7393ab8044908618a9dedf /include
parent9628916baa826c64e86b23da5b938a4c291175d5 (diff)
downloadATCD-6f5254aa2d51f142b3eb0d1bd2fc8d98fc9a42c6.tar.gz
ChangeLogTag: Thu Jan 12 11:51:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks6.2.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/makeinclude/platform_vxworks6.2.GNU b/include/makeinclude/platform_vxworks6.2.GNU
index db0adf2574e..e17abe2b8c4 100644
--- a/include/makeinclude/platform_vxworks6.2.GNU
+++ b/include/makeinclude/platform_vxworks6.2.GNU
@@ -168,6 +168,7 @@ ifeq ($(rtp),1)
CPPFLAGS += -mrtp
LDFLAGS := $(filter-out -X, $(LDFLAGS))
LD := $(CPLUS)
+ DLD := $(CPLUS)
LDFLAGS += -L$(WIND_USR)/lib/$(VX_CPU_FAMILY)/$(CPU)/common
LDLIBS += -ldl
else