diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 99de917a..6e9178a1 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -200,6 +200,15 @@ Q := @ QM := @ endif +############################################################################### +# +# Checker +# +ifeq ($(C),1) +export REAL_CC := $(CC) +CC := cgcc +endif + ############################################################################### # # Set BIN according to whatever was specified on the command line as