aboutsummaryrefslogtreecommitdiff
path: root/platforms-ci.sh
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-02-10 14:34:31 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2017-02-10 14:34:31 +0000
commitea5717a8a9d5f9dadc77aa5a5777279767c20990 (patch)
treeed47d8e6905040ceab802ddd8c13fb9a3b38fdb6 /platforms-ci.sh
parent5e1cbbf514cb084218d4e8512bee4d42673aec62 (diff)
Update to GCC 6.2
The build-scripts have been updated to GCC 6.2, so we have to update this script to match. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'platforms-ci.sh')
-rwxr-xr-xplatforms-ci.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/platforms-ci.sh b/platforms-ci.sh
index e9d6e66..7cf0fc5 100755
--- a/platforms-ci.sh
+++ b/platforms-ci.sh
@@ -88,10 +88,10 @@ else
repo=repo
fi
-gcc_major=5
-gcc_minor=3
+gcc_major=6
+gcc_minor=2
gcc_rev=1
-gcc_rel=2016.05
+gcc_rel=2016.11
gcc_dir_ver=${gcc_major}.${gcc_minor}-${gcc_rel}
gcc_file_ver=${gcc_major}.${gcc_minor}.${gcc_rev}-${gcc_rel}
gcc_aarch64=gcc-linaro-${gcc_file_ver}-x86_64_aarch64-linux-gnu.tar.xz