summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-09 11:11:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-09 11:11:24 +0000
commitd9cbb92cc2fadb1ba000b05aa034bc1fd9af2a51 (patch)
treec616c2dbd3477fab9354d391c9f3c25703453bd3 /include
parentacf0de9ce3ecc0f64700ef538009c7f2b7aa3725 (diff)
downloadATCD-d9cbb92cc2fadb1ba000b05aa034bc1fd9af2a51.tar.gz
ChangeLogTag: Mon Jan 9 10:47:12 UTC 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 44cd537caf1..8c0cf41eecd 100644
--- a/include/makeinclude/platform_vxworks6.2.GNU
+++ b/include/makeinclude/platform_vxworks6.2.GNU
@@ -166,6 +166,7 @@ ifeq ($(rtp),1)
LDFLAGS := $(filter-out -X, $(LDFLAGS))
LD := $(CPLUS)
LDFLAGS += -L$(WIND_USR)/lib/$(VX_CPU_FAMILY)/$(CPU)/common
+ LDLIBS += -ldl
else
include $(TGT_DIR)/h/make/defs.default
include $(TGT_DIR)/h/make/defs.$(WIND_HOST_TYPE)