summaryrefslogtreecommitdiff
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
commitea1b5492bdf17c75f81285cdae1e6b4413e78373 (patch)
tree717a3a896c94e4f90f7393ab8044908618a9dedf
parentc0ec25ff5e3dc8825f4c34c1413fd4b41d8642aa (diff)
downloadATCD-ea1b5492bdf17c75f81285cdae1e6b4413e78373.tar.gz
ChangeLogTag: Thu Jan 12 11:51:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-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