From 8c27d0f6eaa3cba1829e08d262056a5eb08794b1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 20 Jul 2019 23:03:50 -0500 Subject: [PATCH] ccache --- exosphere/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exosphere/Makefile b/exosphere/Makefile index 3b9792116..e69681c5e 100644 --- a/exosphere/Makefile +++ b/exosphere/Makefile @@ -56,6 +56,8 @@ ASFLAGS := -g $(ARCH) LDFLAGS = -specs=$(TOPDIR)/linker.specs -nostartfiles -nostdlib -g $(ARCH) -Wl,-Map,$(notdir $*.map) LIBS := +CXX := `which ccache` $(CXX) +CC := `which ccache` $(CC) #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing