[Buildroot] [PATCH v2 1/2] package/cmake: disable ccache for host-cmake

Norbert Lange nolange79 at gmail.com
Wed Jan 11 21:36:26 UTC 2023


Hi,

Wouldnt a way simpler method be to just prepare a wrapper in
$(HOST_DIR)/bin/ccache ?

#!/bin/sh
exec "$@"

(Or a bit more sophisticated: try finding and using a system installed
ccache first)

When host-ccache is installed, the wrapper will be replaced.

Regards, Norbert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20230111/cecd082c/attachment-0001.html>


More information about the buildroot mailing list