diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 14:05:29 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-24 14:05:29 +0100 |
commit | 5af74548e741eab8fcf156f56850a5639043abac (patch) | |
tree | 4b1c2a3679b589d5b99bb831a48244e8e488cb08 /README | |
parent | 428aebe60e7dd5664c53e9efb8cf2368397211b0 (diff) | |
download | bootstrap32-5af74548e741eab8fcf156f56850a5639043abac.tar.xz |
building all but syslinux, gcc and glibc
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -187,4 +187,7 @@ su cross ./prepare_stage2_repo.sh # stage 1 system. Resulting artifacts get stored also back # in $STAGE2_BUILD. +# Most things compile just fine with 64 MB RAM, binutils ld gold needs more +# (we gave it 512 MB) + ./build_stage2.sh |