]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
directly support compiling intermediate files
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Jan 2003 04:49:42 +0000 (05:49 +0100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 7 Jan 2003 04:49:42 +0000 (05:49 +0100)
this should make distcc -> ccache work better

ccache.c

index 43aaf0b7e8213760002e6c43a8fb1a4528e7bd81..af217284f556d597ac4efb78d50ca7b9fce2c1f9 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -76,6 +76,8 @@ static struct {
        {"CXX", "ii"},
        {"c++", "ii"},
        {"C++", "ii"},
+       {"i", "i"},
+       {"ii", "ii"},
        {NULL, NULL}};
 
 /*