diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-30 21:32:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-30 21:32:26 +0200 |
commit | db55b0cb8ec387d6eca65eaebbd428fdc12510ba (patch) | |
tree | bfb04428c861d3bd8adf06296bb48fd7c2ccd248 /README | |
parent | f0626a194c605f3b4f26c0897c6a41af128628ea (diff) | |
download | bootstrap32-db55b0cb8ec387d6eca65eaebbd428fdc12510ba.tar.xz |
building up to gcc in stage4
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -263,3 +263,8 @@ su cross ./prepare_stage4_repo.sh # in $STAGE4_BUILD. ./build_stage4.sh + +# Some testing is impossible to do in stage4: +# - some python modules are virtually untestable due to excessive dependencies +# e.g, python-packaging + |