aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-02-10 12:34:04 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2017-02-10 14:21:10 +0000
commit7187311483ba6e32e9101cca7bbaa294038d879d (patch)
tree47d0ee42a37537ae2a6b199631e655f4f2d81329
parentf3aa84bcc9568e4d6d0a876d7772cc84ca3736de (diff)
common.base: use GCC6.220170210-001
Update the base config to use GCC6.2 rather than 5.3.1. Change-Id: Iab8b41f92cb1d3879e58142dbf8e23322e1076b8 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--platforms/common/common.base4
1 files changed, 2 insertions, 2 deletions
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.