summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-gcc.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 13:03:27 +0100
commit6e91388c87ef4304e8c552eee972ff74c58b9e7f (patch)
tree8212e006885f965e6dab4bc7be316191b97247b0 /strata/build-essential/stage1-gcc.morph
parent8389d0daffce13ece3888128e779c82dccb24fca (diff)
downloaddefinitions-6e91388c87ef4304e8c552eee972ff74c58b9e7f.tar.gz
WIP: upgrade to gcc 6.1.0jjardon/gcc6-2
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/stage1-gcc.morph')
-rw-r--r--strata/build-essential/stage1-gcc.morph6
1 files changed, 2 insertions, 4 deletions
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index c439a912..d60bee6e 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -53,13 +53,11 @@ configure-commands:
`# [5]` --disable-threads \
`# [5]` --disable-libatomic \
`# [5]` --disable-libgomp \
- `# [5]` --disable-libitm \
+ `# [5]` --disable-libmpx \
`# [5]` --disable-libquadmath \
- `# [5]` --disable-libsanitizer \
`# [5]` --disable-libssp \
`# [5]` --disable-libvtv \
- `# [5]` --disable-libcilkrts \
- `# [5]` --disable-libstdc++-v3 \
+ `# [5]` --disable-libstdcxx \
--enable-languages=c,c++
build-commands: