diff options
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 |