-
Committer:
Lisa Nguyen
-
Author(s):
Amit Kucheria
-
Date:
2018-08-11 21:32:14 UTC
-
Revision ID:
git-v1:c0a72abc630bc4a4f018d93c1c050446f0ecff06
PMQA: Makefile: Support cross-compilation
Don't use gcc directly, use the CC variable to allow passing something
like CC=aarch64-linux-gnu-gcc in order to cross compile to utils.
This allows host-side compilation and bundling of the tools into a small
ramdisk on the target.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>