summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-libstdc++.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-02 16:07:50 +0000
committerJavier Jardón <jjardon@gnome.org>2016-10-26 11:24:56 +0100
commit09c6c74d815a01ad4bbc292c7771fc15fbeff933 (patch)
treeaab8af147eef12e9d0925d0844caee438c731140 /strata/build-essential/stage2-libstdc++.morph
parent24edb7cbf63934f3291e59008f7b98953696ee6d (diff)
downloaddefinitions-jjardon/gcc6.1.tar.gz
WIP: upgrade to gcc 6.1.0jjardon/gcc6.1
Also disable some things when cross-compiling gcc in stage1-gcc to sync with LFS instructions: these things don't cross-compile. WIP!!: Some python programs won't work with core-dumps.. It looks like libffi when compiled is wrong. If you recompile it on top of the final system (once running) it works. A simple example of what won't work is `glance --version`. Change-Id: I340fd4c7fd005807132d178d4ea8183770820926
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..031731fc 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++/6.1.0
build-commands:
- cd o && make