mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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/gcc
|
||||||
ln -sf ccache $(ROOT)/usr/local/bin/g++
|
ln -sf ccache $(ROOT)/usr/local/bin/g++
|
||||||
ln -sf ccache $(ROOT)/usr/local/bin/cc
|
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
|
$(ROOT)/usr/local/bin/ccache -z
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user