Revision 1304629
Go back to digest for 15th July 2012Bug Fixes in Other
Luboš Luňák committed changes in /trunk/icecream:
Hack for compiling with clang even on older icecream remotes.
Older icecream versions had /usr/bin/{gcc|g++} hardcoded when
invoking the compiler from the environment on the remote. In order
to build on such remotes, if the environment also contains clang,
include a wrapper around /usr/bin/{gcc|g++} that will either
invoke real gcc or clang, depending on an argument added by icecream.
Not entirely elegant, but it works, and the usual gcc-only case should
be unaffected.
File Changes
Modified 5 files
- /trunk/icecream
- /configure.in
- /Makefile.am
- /client/icecc-create-env
- /client/main.cpp
- /services/comm.cpp
5 files changed in total