mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Several packages and buildsystems (most notably cmake) badly trip over CC="ccache gcc" so create local wrapper scripts in the build dir and set CC/CXX to them to work around that - like we do for host-gcc and gcc in toolchain. Signed-off-by: Matthias Reichl <hias@horus.com> fixup scripts/build local-cc wrapper