From: Andrew Tridgell Date: Tue, 7 Jan 2003 04:49:42 +0000 (+0100) Subject: directly support compiling intermediate files X-Git-Tag: v2.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c686d52080b70989cdc2e7d9fd0d62f0f28ff80;p=thirdparty%2Fccache.git directly support compiling intermediate files this should make distcc -> ccache work better --- diff --git a/ccache.c b/ccache.c index 43aaf0b7e..af217284f 100644 --- a/ccache.c +++ b/ccache.c @@ -76,6 +76,8 @@ static struct { {"CXX", "ii"}, {"c++", "ii"}, {"C++", "ii"}, + {"i", "i"}, + {"ii", "ii"}, {NULL, NULL}}; /*