commit | 97e5234c7e1e43884e19603adb817f4ce84acee3 | [log] [tgz] |
---|---|---|
author | Andrey Skvortsov <andrej.skvortzov@gmail.com> | Sat Feb 24 19:56:07 2024 +0300 |
committer | Andrey Skvortsov <andrej.skvortzov@gmail.com> | Mon Mar 04 23:36:47 2024 +0300 |
tree | 14060d92e0fb21b2adc4e9bc32bdb144dd0ca428 | |
parent | 3ace691de9ea1a3c6970e059489c43f4bedffa1f [diff] |
fix(build): don't rely on that gcc-ar is in the same directory as gcc ccache - a fast C/C++ compiler cache. ccache wraps gcc and g++ compilers, but not other tools like ar. If ccache is installed, then build fails with ``` make: /usr/lib/ccache/aarch64-linux-gnu-gcc-ar: No such file or directory ``` Change-Id: I555c178aeaa0cf411cdf67b4a81e7952be762d0f Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com> Signed-off-by: Chris Kay <chris.kay@arm.com>