From ebf9125fb758c9b0fb74277e8babb5c4669534d6 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 6 May 2015 13:57:00 +0000 Subject: Revert "Upgrade to GCC 5.1" This reverts commit acb29d344d117133891199ea536d9c4d34c7d05e. We have discovered that Baserock systems built with GCC 5.1 cannot *deploy* working disk images. The images hang in SYSLINUX. We suspect that it is a bug in SYSLINUX that is triggered by the compiler upgrade, and upgrading SYSLINUX may well fix this issue, but we don't have time to do this and test it in time for a 15.19 release Change-Id: I3c661b14fb923eee37c4c0148904620362fe62e2 --- strata/build-essential.morph | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'strata/build-essential.morph') diff --git a/strata/build-essential.morph b/strata/build-essential.morph index 3cb87fa4..4eb5fdb9 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -59,8 +59,8 @@ chunks: - name: stage1-gcc morph: strata/build-essential/stage1-gcc.morph repo: upstream:gcc-tarball - ref: cca9d546d497fac90f862e52c61177ba1daa9a84 - unpetrify-ref: baserock/5.1.0/gmp_mpfr_mpc + ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06 + unpetrify-ref: baserock/build-essential build-depends: - stage1-binutils build-mode: bootstrap @@ -92,8 +92,8 @@ chunks: - name: stage2-libstdc++ morph: strata/build-essential/stage2-libstdc++.morph repo: upstream:gcc-tarball - ref: cca9d546d497fac90f862e52c61177ba1daa9a84 - unpetrify-ref: baserock/5.1.0/gmp_mpfr_mpc + ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06 + unpetrify-ref: baserock/build-essential build-depends: - stage1-binutils - stage1-gcc @@ -118,8 +118,8 @@ chunks: - name: stage2-gcc-fixed-headers morph: strata/build-essential/stage2-gcc-fixed-headers.morph repo: upstream:gcc-tarball - ref: cca9d546d497fac90f862e52c61177ba1daa9a84 - unpetrify-ref: baserock/5.1.0/gmp_mpfr_mpc + ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06 + unpetrify-ref: baserock/build-essential build-depends: - stage1-binutils - stage1-gcc @@ -131,8 +131,8 @@ chunks: - name: stage2-gcc morph: strata/build-essential/stage2-gcc.morph repo: upstream:gcc-tarball - ref: cca9d546d497fac90f862e52c61177ba1daa9a84 - unpetrify-ref: baserock/5.1.0/gmp_mpfr_mpc + ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06 + unpetrify-ref: baserock/build-essential build-depends: - stage1-binutils - stage1-gcc @@ -356,8 +356,8 @@ chunks: - name: gcc morph: strata/build-essential/gcc.morph repo: upstream:gcc-tarball - ref: 7b410925ecc2c60653378a7ff26ce64f4095858c - unpetrify-ref: baserock/5.1.0/gmp_mpfr_mpc+docs_fix + ref: b3c9b176c1f10ebeff5700eb3760e9511f23fa06 + unpetrify-ref: baserock/build-essential build-depends: - stage2-binutils - stage2-busybox -- cgit v1.2.1