summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-05-28 14:28:39 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-05-28 14:28:39 +0000
commit8b0f04987a6e7aceaa781136cba11efc8ad5f835 (patch)
tree0b17b9051847ae7db2b3d5354a063cf2ceed4502
parent2c1d80e2342d8bf42ce6516873f47fcc56bdb4a2 (diff)
downloadMPC-8b0f04987a6e7aceaa781136cba11efc8ad5f835.tar.gz
need to set a default host_platform
-rw-r--r--templates/cdt6platforms.mpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/cdt6platforms.mpt b/templates/cdt6platforms.mpt
index 99dd25e9..70207efb 100644
--- a/templates/cdt6platforms.mpt
+++ b/templates/cdt6platforms.mpt
@@ -55,6 +55,7 @@ solaris {
// default values for the host-specific variables, overridden below
// TODO: remove the need for libenv (and even host_platform) once the template
// implements libpath, mkdir gendir, and pch_postrule
+host_platform = linux
libenv = LD_LIBRARY_PATH
shell = sh -c // move to ProjectCreator::get_command_subs?