commit | c0a72abc630bc4a4f018d93c1c050446f0ecff06 | [log] [tgz] |
---|---|---|
author | Amit Kucheria <amit.kucheria@linaro.org> | Thu Aug 09 22:40:23 2018 +0530 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Sat Aug 11 14:32:14 2018 -0700 |
tree | 3df542fb01f4db6a10540d8fae7386309950b75c | |
parent | 88e1e9a1ba51bace11a72c1a5bdd22269c2b8b87 [diff] |
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>