This commit is contained in:
BuildTools 2019-07-20 23:03:50 -05:00
parent b7d399cac1
commit 8c27d0f6ea

View File

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