From 90bd557646a69350662f2ffaf619b810cc9b00f3 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 28 Jun 2017 09:56:36 +0000 Subject: gnu-toolchain: Update final GCC to 7.1 This fixes a compile warning that breaks the build due to -Werror due to code in GCC 5.3 calling the deprecated putc() function. --- elements/gnu-toolchain/gcc.bst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elements/gnu-toolchain/gcc.bst b/elements/gnu-toolchain/gcc.bst index b69d8d30..e9a54834 100644 --- a/elements/gnu-toolchain/gcc.bst +++ b/elements/gnu-toolchain/gcc.bst @@ -3,8 +3,8 @@ kind: manual sources: - kind: git url: upstream:gcc-tarball - track: baserock/gnu-toolchain - ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06 + track: baserock/gcc-7.1.0 + ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838 depends: - filename: gnu-toolchain/stage2.bst -- cgit v1.2.1