mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ccache: Use ccache when compiler is called by its full name.
This commit is contained in:
@@ -77,6 +77,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
ln -sf ccache $(ROOT)/usr/local/bin/gcc
|
||||
ln -sf ccache $(ROOT)/usr/local/bin/g++
|
||||
ln -sf ccache $(ROOT)/usr/local/bin/cc
|
||||
ln -sf ccache $(ROOT)/usr/local/bin/$(BUILDTARGET)-gcc
|
||||
ln -sf ccache $(ROOT)/usr/local/bin/$(BUILDTARGET)-g++
|
||||
ln -sf ccache $(ROOT)/usr/local/bin/$(BUILDTARGET)-cc
|
||||
$(ROOT)/usr/local/bin/ccache -z
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user