Merge pull request #467 from fbelavenuto/buildroot-ccache

Enabling Buildroot ccache
This commit is contained in:
Fabio Belavenuto
2023-01-03 14:11:32 -03:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
BR2_x86_64=y
BR2_CCACHE=y
BR2_CCACHE_DIR=".buildroot-ccache"
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_TARGET_GENERIC_HOSTNAME="arpl"