aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-07-08 11:31:34 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-07-08 11:31:39 -0600
commit89c7c12a925fe3c62083f3d5478192f8e1f42ff7 (patch)
treec6ebf20ebbe08f8dfddb4218e53891f66f5ef3d4
parent086641ec97e7b96125f6801432389c809996deb0 (diff)
build gcc 5 by default
Change-Id: I516a686d5f5947c646cb64a7dd3f40528686f9a8
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index bdb46775..03008553 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -6,7 +6,7 @@ depends="gmp mpfr mpc linux binutils"
installs="gcc"
# The current branch of the existing GCC release.
-latest="gcc.git~linaro/gcc-4_9-branch"
+latest="gcc.git~linaro/gcc-5-branch"
# If yes, only static linking will be used
static_link="no"