summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChad Elliott <elliott_c@ociweb.com>2016-10-26 06:32:12 -0500
committerChad Elliott <elliott_c@ociweb.com>2016-10-26 06:32:12 -0500
commitedf6fc5ceb337a62269649e3c210d954aff7011f (patch)
treea07c511730ea9b6f7ef128c6f708bec81f1aec57 /templates
parent390ce09fb1aa93064ed21f845bed2066494acd11 (diff)
downloadMPC-edf6fc5ceb337a62269649e3c210d954aff7011f.tar.gz
Wed Oct 26 11:31:35 UTC 2016 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/makedll.mpt14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/makedll.mpt b/templates/makedll.mpt
index e12b5538..32d31466 100644
--- a/templates/makedll.mpt
+++ b/templates/makedll.mpt
@@ -136,6 +136,15 @@ arm_elf_gcc {
covopt = -fprofile-arcs -ftest-coverage -DCOMPILER_COVERAGE
}
+arm_keil {
+ cc = armcc
+ cxx = armcc
+ ar = armar
+ arflags = -rcs
+ compilerflags = --gnu -DKEIL
+ platforms = cmsis
+}
+
Intel {
cxx = icpc
pic = -fPIC
@@ -272,6 +281,11 @@ nucleus {
extracppflags = -mcpu=arm7tdmi -msoft-float -mthumb-interwork
}
+cmsis {
+ gnumake = 1
+ extracppflags = --arm --cpu=ARM7TDMI-S
+}
+
solaris {
shflags = -G
ldlibs = -lsocket -ldl -lnsl -lgen -lposix4 -lthread