aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-12-06 13:05:13 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2017-02-23 17:36:25 +0000
commit111b5a6e093b14e89832c147e72a2282e89ed09f (patch)
tree70c4461c730d75a3d11d9fec5eea29136557bfbd
parentb95d4fceee260d2c0ea9c50fa0754cf9638b1bd4 (diff)
export CROSS_COMPILE_64
uefi-build.sh needs CROSS_COMPILE_64 set, otherwise it will use the built-in cross-compiler. Change-Id: I4c1b915d071a4593826ed0d227d4c8b65234cf40 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--platforms/common/common.base1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/common/common.base b/platforms/common/common.base
index 6dc4a5f..c868158 100644
--- a/platforms/common/common.base
+++ b/platforms/common/common.base
@@ -28,6 +28,7 @@
#Set the default toolchain
export CROSS_COMPILE=${TOP_DIR}/tools/gcc/gcc-linaro-4.9-2015.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
+export CROSS_COMPILE_64=$CROSS_COMPILE
export CROSS_COMPILE_32=${TOP_DIR}/tools/gcc/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
#BUILD_SCRIPTS - A list of scripts to be run, relative to this repository