Enable ccache

This commit is contained in:
BuildTools 2019-07-20 23:19:29 -05:00
parent 8c27d0f6ea
commit 0886d454dd
22 changed files with 45 additions and 15 deletions

View file

@ -47,6 +47,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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

View file

@ -47,6 +47,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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

View file

@ -47,6 +47,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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

View file

@ -57,6 +57,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS :=
CXX := `which ccache` $(CXX)LIBS
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing

View file

@ -66,6 +66,8 @@ ASFLAGS := -g $(ARCH) $(INCLUDE) $(DEFINES)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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

View file

@ -57,6 +57,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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
@ -66,7 +68,7 @@ LIBDIRS :=
#---------------------------------------------------------------------------------
# no real need to edit anything past this point unless you need to add additional
# no real need to edit anything past this point unless you need to add additiona
# rules for different file extensions
#---------------------------------------------------------------------------------
ifneq ($(BUILD),$(notdir $(CURDIR)))

View file

@ -57,6 +57,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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

View file

@ -47,6 +47,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -56,7 +56,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := `freetype-config --libs` -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -38,7 +38,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -49,7 +49,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lstratosphere -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib

View file

@ -56,7 +56,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(TOPDIR)/linker.specs -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
# include and lib

View file

@ -57,7 +57,8 @@ ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lnx
CXX := `which ccache` $(CXX)
CC := `which ccache` $(CC)
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib