summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-gcc.morph
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-07-11 15:57:42 +0000
commit79f7745e2fddcd00b080fa48d200c82d9c5bbfdf (patch)
tree30ce90ea4f4f63f2a7eb42410ef15d333752e5fe /strata/build-essential/stage1-gcc.morph
parentb7d2220639dc4266fffbe0a3c5912011f3e8d585 (diff)
downloaddefinitions-79f7745e2fddcd00b080fa48d200c82d9c5bbfdf.tar.gz
build-essential: Update to GCC 7.1 and GLIBC 2.25
These need to be upgraded together: - 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. - GLIBC 2.22 fails to build with GCC 7.1 due to int-in-bool-context errors. Note that GLIBC 2.22 also fails to build against GLIBC 2.25, failing with this error: /tools/include/limits.h:145:17: error: missing binary operator before token "(" #if __GLIBC_USE (IEC_60559_BFP_EXT) ^
Diffstat (limited to 'strata/build-essential/stage1-gcc.morph')
-rw-r--r--strata/build-essential/stage1-gcc.morph1
1 files changed, 1 insertions, 0 deletions
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 \