diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-17 19:39:24 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-17 19:39:24 +0100 |
commit | 13df9ea2e8e9f3239e14120e8b30e11e4a60ddb5 (patch) | |
tree | bdec32b83a80244a159fe96d350e2d49cb69d0fe /README | |
parent | 90455ce03749a646f7a8b46bd03a4d937cbbe0e6 (diff) | |
download | bootstrap32-13df9ea2e8e9f3239e14120e8b30e11e4a60ddb5.tar.xz |
testing automake, quite some Python errors
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -250,6 +250,12 @@ su cross ./prepare_stage3_repo.sh # We also try to get a running systemd in this stage. +# Ommitting the following in this stage: +# - bootstrapping issues: +# - gcc-ada: needs a running ada to build +# - java-runtime: nedds another java-runtime to build +# - vala: needs another vala to build + su cross ./prepare_stage4_repo.sh # Build stage 4 on the target architecture and install it onto the |