diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 15:19:08 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-08 15:19:08 +0100 |
commit | a90e7b876de141471055dccba56f63828e7bf382 (patch) | |
tree | b2ff9a489446ee0b381f0bac875b25bba3917243 /README | |
parent | 4d7d290e3609bd1ac9cf799deb50d68f77b1f1dd (diff) | |
download | bootstrap32-a90e7b876de141471055dccba56f63828e7bf382.tar.xz |
identified the last hard groups/cycles
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -207,6 +207,7 @@ su cross ./prepare_stage2_repo.sh # complex packages: # - libsasl without openldap # - libgcrypt without libsecret +# - ldns unbound dnssec-anchors are all in a cyrcle # some packages are simply to hard to build: # - libsecret: needs glib2 which is not buildable in stage3 @@ -217,4 +218,7 @@ su cross ./prepare_stage3_repo.sh # stage 1 system. Resulting artifacts get stored also back # in $STAGE3_BUILD. +# Most things compile just fine with 64 MB RAM, binutils ld gold needs more +# (we gave it 512 MB). s-nail needs much more (we gave it 2 GB). + ./build_stage3.sh |