From 7293a20dddd58d94e78235e0101577924fc943f9 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 28 Jun 2017 10:04:58 +0000 Subject: Update GCC to 7.1 GCC 5.3 fails to build against GLIBC 2.25 due to use of putc() which triggeres a compile warning. As we seem to build with -Werror this causes the build to break. --- strata/build-essential.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/build-essential.morph b/strata/build-essential.morph index e31b3a99..51aa8c16 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -357,8 +357,8 @@ chunks: - name: gcc morph: strata/build-essential/gcc.morph repo: upstream:gcc-tarball - ref: 7ccad68acf3805b35721e861fb9bc5a9e40effc8 - unpetrify-ref: baserock/gcc-5.3.0 + ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838 + unpetrify-ref: baserock/gcc-7.1.0 build-depends: - stage2-binutils - stage2-busybox -- cgit v1.2.1