summaryrefslogtreecommitdiff
path: root/templates/makedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-10-16 13:36:23 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-10-16 13:36:23 +0000
commita804f09039b398a29a88b5d93e54a55670b2eef9 (patch)
tree92f39f5fe7192abaa5eb89294c5aa6ffad079637 /templates/makedll.mpt
parent7db364e81b1c144a57c4a501bbbfce68fa21f32b (diff)
downloadMPC-a804f09039b398a29a88b5d93e54a55670b2eef9.tar.gz
ChangeLogTag: Mon Oct 16 13:33:46 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/makedll.mpt')
-rw-r--r--templates/makedll.mpt17
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index c8cde733..5dc8bfce 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -161,21 +161,21 @@ SGICC {
}
wrsppc {
- cxx = g++ppc
+ cxx = g++$(CPUTYPE)
cputype = ppc
cpu = PPC604
- ar = arppc
- nm = nmppc
+ ar = ar$(CPUTYPE)
+ nm = nm$(CPUTYPE)
compilerflags = -mlongcall
platforms = vxworks
}
wrspentium {
- cxx = g++pentium
+ cxx = g++$(CPUTYPE)
cputype = pentium
cpu = PENTIUM
- ar = arpentium
- nm = nmpentium
+ ar = ar$(CPUTYPE)
+ nm = nm$(CPUTYPE)
platforms = vxworks
}
@@ -186,8 +186,9 @@ NCC {
}
ghsppc {
- cxx = cxintppc
- ar = cxintppc
+ cxx = cxint$(CPUTYPE)
+ ar = cxint$(CPUTYPE)
+ cputype = ppc
arflags = --one_instantiation_per_object -archive -o
compilerflags = --new_style_casts --one_instantiation_per_object --exceptions --std --long_long
platforms = integrity