summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-10-11 20:43:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-10-11 20:43:45 +0000
commitf36c2f52c54d608c66a60d190e2e1e2e7e238e88 (patch)
tree05259f5f73dd822720fb9c68b95d1b2de4779a93 /docs
parent4c12769e2c0745f961538657ac8e5a7dfddedb2a (diff)
downloadMPC-f36c2f52c54d608c66a60d190e2e1e2e7e238e88.tar.gz
ChangeLogTag: Mon Oct 11 20:40:13 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/make.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/make.txt b/docs/templates/make.txt
index d4dd9938..54953287 100644
--- a/docs/templates/make.txt
+++ b/docs/templates/make.txt
@@ -17,6 +17,7 @@ compilerflags = This holds options specific to a particular compiler.
compilerflags64 = The 64-bit specific options passed to a particular compiler.
compilers = Although it is plural, it holds only a single compiler which is used to determine specific flags and default platform.
copy = A utility to copy a file.
+coverage = Set this to enable code coverage compile flags (if supported).
cpu = This can be used with the Wind River specific compilers to specify the CPU macro.
cputype = This can be used with the Wind River specific compilers to specify the CPU type.
cxx = Holds the C++ compiler.
@@ -59,6 +60,7 @@ pic = The position independent code option for a particular compiler.
postlinkbinary = If specified, the command will be executed at the end of linking a binary executable.
prelinktarget = Specific to VxWorks, this indicates a file that is compiled prior to linking a shared object library or executable.
prelinktargetobj = Specific to VxWork, this indicates the object file that is needed prior to linking a shared object library or executable.
+profile = Set this to enable profiling compile flags (if supported).
ranlib = A boolean setting to determine if ranlib is needed or not.
rc = The name of the resource file compiler.
res_ext = The extension for compiled resource files.