From 7187311483ba6e32e9101cca7bbaa294038d879d Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Fri, 10 Feb 2017 12:34:04 +0000 Subject: common.base: use GCC6.2 Update the base config to use GCC6.2 rather than 5.3.1. Change-Id: Iab8b41f92cb1d3879e58142dbf8e23322e1076b8 Signed-off-by: Ryan Harkin --- platforms/common/common.base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platforms') diff --git a/platforms/common/common.base b/platforms/common/common.base index 32500a9..b921809 100644 --- a/platforms/common/common.base +++ b/platforms/common/common.base @@ -27,9 +27,9 @@ # POSSIBILITY OF SUCH DAMAGE. #Set the default toolchain -export CROSS_COMPILE_64=${TOP_DIR}/tools/gcc/gcc-linaro-5.3.1-2016.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- +export CROSS_COMPILE_64=${TOP_DIR}/tools/gcc/gcc-linaro-6.2.1-2016.11-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- export CROSS_COMPILE=$CROSS_COMPILE_64 -export CROSS_COMPILE_32=${TOP_DIR}/tools/gcc/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- +export CROSS_COMPILE_32=${TOP_DIR}/tools/gcc/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- #BUILD_SCRIPTS - A list of scripts to be run, relative to this repository # root. This variable is added to throughout this file. -- cgit v1.2.3