diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-08-04 17:32:58 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-08-04 17:32:58 +0000 |
commit | 1eb921d2f410f8a31d532a9012f695fdfc6bc6b6 (patch) | |
tree | 3b86516ee400eace5dd00ce3fdc5f9d7ba42fd7b /ACE | |
parent | 8b4c3e4036e701f5ace3f30ccaef487f28570204 (diff) | |
download | ATCD-1eb921d2f410f8a31d532a9012f695fdfc6bc6b6.tar.gz |
MPC config file change to extend crosscompile knowledge to CDT6 project type.
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ChangeLog | 5 | ||||
-rw-r--r-- | ACE/bin/MakeProjectCreator/config/crosscompile.mpb | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index ea9a8f1593e..2a5066c1a6d 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 4 17:21:17 UTC 2010 Chris Cleeland <cleeland@ociweb.com> + + * bin/MakeProjectCreator/config/crosscompile.mpb: + Added specific clause for cdt6. + Wed Aug 4 14:16:46 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> * ace/OS_NS_Thread.cpp: diff --git a/ACE/bin/MakeProjectCreator/config/crosscompile.mpb b/ACE/bin/MakeProjectCreator/config/crosscompile.mpb index 8ee8d6b7799..d755f480cac 100644 --- a/ACE/bin/MakeProjectCreator/config/crosscompile.mpb +++ b/ACE/bin/MakeProjectCreator/config/crosscompile.mpb @@ -8,6 +8,9 @@ project { specific(prop:microsoft) { nocross = 1 } + specific(cdt6) { + nocross = 1 + } verbatim(gnuace, circuit) { ifneq ($(CROSS-COMPILE),) all clean realclean idl_stubs depend lib_warning require_warning avoid_warning: |