- Bail out on too hard compiler option `-fplugin=libcc1plugin` (interaction
with GDB).
+- Fixed build error when compiling ccache with recent clang versions.
+
ccache 3.2.1
------------
return len + asso_values[(unsigned char)str[1]] + asso_values[(unsigned char)str[0]];
}
+static
#ifdef __GNUC__
__inline
#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
version.o: version.c
%_lookup.c: %.gperf
- $(GPERF) $< >$@
+ $(GPERF) $< | awk '/#ifdef __GNUC__/ { ++i; if (i == 2) { print "static"; }} {print}' >$@
echo "static const size_t `echo $* | tr a-z A-Z`_TOTAL_KEYWORDS = `sed -nr 's/.*TOTAL_KEYWORDS = ([0-9]+).*/\1/p' $@`;" >>$@
.PHONY: dist
return hval;
}
+static
#ifdef __GNUC__
__inline
#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__