summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-22 15:03:15 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-22 15:03:15 +0000
commit64813d0134a7796f9de9a98ebe2410d97680d51a (patch)
treedd3f142aada88e47124ad9f9b72940dc645ca40a
parent63224e2233280204626b58fcbe5224d3582c8627 (diff)
downloaddefinitions-sam/gcc7.1-bootstrap.tar.gz
Update to GCC 7.1 for stage1 and stage2 bootstrapsam/gcc7.1-bootstrap
-rw-r--r--strata/build-essential.morph16
-rw-r--r--strata/build-essential/stage1-gcc.morph1
2 files changed, 9 insertions, 8 deletions
diff --git a/strata/build-essential.morph b/strata/build-essential.morph
index e56d7579..1b34773e 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: 7ccad68acf3805b35721e861fb9bc5a9e40effc8
- unpetrify-ref: baserock/gcc-5.3.0
+ ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838
+ unpetrify-ref: baserock/gcc-7.1.0
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: 7ccad68acf3805b35721e861fb9bc5a9e40effc8
- unpetrify-ref: baserock/gcc-5.3.0
+ ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838
+ unpetrify-ref: baserock/gcc-7.1.0
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: 7ccad68acf3805b35721e861fb9bc5a9e40effc8
- unpetrify-ref: baserock/gcc-5.3.0
+ ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838
+ unpetrify-ref: baserock/gcc-7.1.0
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: 7ccad68acf3805b35721e861fb9bc5a9e40effc8
- unpetrify-ref: baserock/gcc-5.3.0
+ ref: 3b0dbcfa2e5d12bd80cab1b35f08653d61fe7838
+ unpetrify-ref: baserock/gcc-7.1.0
build-depends:
- stage1-binutils
- stage1-gcc
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index 175cfdee..f5d828f7 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -54,6 +54,7 @@ configure-commands:
`# [5]` --disable-libatomic \
`# [5]` --disable-libgomp \
`# [5]` --disable-libitm \
+ `# [5]` --disable-libmpx \
`# [5]` --disable-libquadmath \
`# [5]` --disable-libsanitizer \
`# [5]` --disable-libssp \