summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-03-21 15:55:24 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-03-21 15:55:24 +0000
commit292a5e1b6a6741fe1f297252ecb3de0a7a155c25 (patch)
tree3aa390dc3c744d425bd796837a7cde67381955c7 /templates/makedll.mpt
parent10ba8ae7dddc615b66fe2dc9ad0ea30f846d3667 (diff)
downloadMPC-292a5e1b6a6741fe1f297252ecb3de0a7a155c25.tar.gz
ChangeLogTag: Wed Mar 21 16:54:06 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index bce50d99..cb991741 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -42,10 +42,12 @@ visibility =
Debug {
lib_modifier = d
+ genflags = -g
}
Release {
optimize = 1
+ genflags = -O
}
// ***********************************************************************
@@ -281,7 +283,7 @@ vxworks {
prelinktarget = __ctordtor.c
prelinktargetobj = __ctordtor$(OBJEXT)
clean = __ctordtor$(OBJEXT)
- ldlibs = -L$(WIND_BASE)/target/lib/$(CPUTYPE)/$(CPU)/common -larch
+ ldlibs = -L$(WIND_BASE)/target/lib/$(CPUTYPE)/$(CPU)/common$(CPU_SPECIFIC) -larch
extracppflags = -nostdlib -I$(WIND_BASE)/target/h
ld = ld$(CPUTYPE)
linkflags = -X -r