summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-06 18:57:54 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-06 18:57:54 +0000
commit384d596d283cd1f7e56227ba6300bf7c9323cca6 (patch)
treecad857c4edd1c67c6cead1af6b8a53402b1d3d4d /ACE/include/makeinclude/wrapper_macros.GNU
parent03f3425f5238cfb6ebbc7d96511465e80e17e293 (diff)
downloadATCD-384d596d283cd1f7e56227ba6300bf7c9323cca6.tar.gz
Sat Feb 6 18:58:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
* include/makeinclude/wrapper_macros.GNU: Fixed missing definitions for Icecream support.
Diffstat (limited to 'ACE/include/makeinclude/wrapper_macros.GNU')
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index 7fbc055b9e9..521d7d3592c 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -910,6 +910,11 @@ ifeq ($(icecream),1)
# force LD and DLD to be 'normal' tools
override LD := $(LD)
override DLD := $(DLD)
+ # define tools that icecc should call for local jobs
+ ICECC_CC := $(CC)
+ ICECC_CXX := $(CXX)
+ export ICECC_CC ICECC_CXX
+ # let all compilation go through icecc
CC := $(ICECC_PROG)
CXX := $(ICECC_PROG)
endif