summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-10-26 15:45:22 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-10-26 15:45:22 +0000
commitffd5a32288199592304ba55027c76c8efbd228bf (patch)
tree82b189219170a02f221d289820e53a10d0af842d /templates/makedll.mpt
parent6d63d2ae7449d6c00b5e9ac38da503e7c3d1ec44 (diff)
downloadMPC-ffd5a32288199592304ba55027c76c8efbd228bf.tar.gz
ChangeLogTag: Thu Oct 26 15:45:18 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index 5dc8bfce..92ce6980 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -278,7 +278,7 @@ vxworks {
dll_ext =
exe_ext = .out
specialscript = "for i in $$3; do for j in $$4; do i=`echo $$i | sed sa\^-laa`;[ -r \"$$j/lib$$i.a\" ] && libs=\"$$libs $$j/lib$$i.a\" && break;done;done;$$1 $$2 $$libs | munch | grep -v \\.cpp > $$5"
- prelink = __ctordtor.c
+ prelinktarget = __ctordtor.c
clean = __ctordtor$(OBJEXT)
ldlibs = -L$(WIND_BASE)/target/lib/$(CPUTYPE)/$(CPU)/common -larch
extracppflags = -nostdlib -I$(WIND_BASE)/target/h