summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-28 10:04:58 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-28 10:04:58 +0000
commit7293a20dddd58d94e78235e0101577924fc943f9 (patch)
tree89d24d1fb51542ffd33288b8e81014af422f54f6
parent13dadada28a7badd5f97cdc4c5bc23c062ba8979 (diff)
downloaddefinitions-7293a20dddd58d94e78235e0101577924fc943f9.tar.gz
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.
-rw-r--r--strata/build-essential.morph4
1 files 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