Skip to content
Commit 4c63e8a1 authored by Stuart Yoder's avatar Stuart Yoder Committed by Grant Likely
Browse files

explicitly set cross compile vars for SCT



The SCT does not use GCC5_ARM_PREFIX, and thus SCT builds fall back
to defaults based on what is found in the $PATH.

For 32-bit SCT the default is arm-linux-gnueabihf- and unless you
have that compiler in your $PATH the build fails.

Set the SCT cross compile variables CROSS_COMPILE_64 and
CROSS_COMPILE_32 so the settings are explicit and not defaults.

Signed-off-by: Stuart Yoder's avatarStuart Yoder <stuart.yoder@arm.com>
Signed-off-by: Grant Likely's avatarGrant Likely <grant.likely@arm.com>
parent f439cb3f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment