summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-libstdc++.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/stage2-libstdc++.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/stage2-libstdc++.morph')
-rw-r--r--strata/build-essential/stage2-libstdc++.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/build-essential/stage2-libstdc++.morph b/strata/build-essential/stage2-libstdc++.morph
index 7ebd2da3..79a40308 100644
--- a/strata/build-essential/stage2-libstdc++.morph
+++ b/strata/build-essential/stage2-libstdc++.morph
@@ -27,7 +27,7 @@ configure-commands:
--disable-multilib \
`# [1]` --disable-libstdcxx-threads \
`# [2]` --disable-libstdcxx-pch \
- `# [3]` --with-gxx-include-dir=/tools/"$TARGET_STAGE1"/include/c++/5.3.0
+ `# [3]` --with-gxx-include-dir=/tools/"$TARGET_STAGE1"/include/c++/7.1.0
build-commands:
- cd o && make