Ignore:
Timestamp:
02/29/2020 12:25:06 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
013e94a
Parents:
09e3f94
Message:

Make the "target architectures" section more up to date

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/architecture.xml

    r09e3f94 r394dc3fc  
    1515also known to work, with some modifications, with the Power PC and ARM CPUs. To
    1616build a system that utilizes one of these CPUs, the main prerequisite, in
    17 addition to those on the next few pages, is an existing Linux system such as an
     17addition to those on the next page, is an existing Linux system such as an
    1818earlier LFS installation, Ubuntu, Red Hat/Fedora, SuSE, or other distribution
    1919that targets the architecture that you have. Also note that a 32-bit
     
    2121computer.</para>
    2222
    23 <para>Some other facts about 64-bit systems need to be added here. When
    24 compared to a 32-bit system, the sizes of executable programs are slightly
    25 larger and the execution speeds of arbitrary programs are only slightly faster.
    26 For example, in a test build of LFS-6.5 on a Core2Duo CPU based system, the
    27 following statistics were measured:</para>
     23<para>For building LFS, the gain of building on a 64-bit system
     24compared to a 32-bit system is minimal.
     25For example, in a test build of LFS-9.1 on a Core i7-4790 CPU based system,
     26using 4 cores, the following statistics were measured:</para>
    2827
    2928<screen><computeroutput>Architecture Build Time     Build Size
    30 32-bit       198.5 minutes  648 MB
    31 64-bit       190.6 minutes  709 MB</computeroutput></screen>
     2932-bit       239.9 minutes  3.6 GB
     3064-bit       233.2 minutes  4.4 GB</computeroutput></screen>
    3231
    33 <para>As you can see, the 64-bit build is only 4% faster and is 9% larger than
    34 the 32-bit build.  The gain from going to a 64-bit system is relatively
    35 minimal. Of course, if you have more than 4GB of RAM or want to manipulate
    36 data that exceeds 4GB, the advantages of a 64-bit system are substantial.</para>
     32<para>As you can see, on the same hardware, the 64-bit build is only 3% faster
     33and is 22% larger than the 32-bit build. If you plan to use LFS as a LAMP
     34server, or a firewall, a 32-bit CPU may be largely sufficient. On the other
     35hand, several packages in BLFS now need more that 4GB of RAM to be built
     36and/or to run, so that if you plan to use LFS as a desktop, the LFS authors
     37recommend building on a 64-bit system.</para>
    3738
    38 <note><para>The above discussion is only appropriate when comparing
    39 builds on the same hardware.  Modern 64-bit systems are considerably
    40 faster than older 64-bit systems and the LFS authors recommend building
    41 on a 64-bit system when given a choice.</para></note>
    42 
    43 <para>The default 64-bit build that results from LFS is considered a "pure"
    44 64-bit system. That is, it supports 64-bit executables only. Building a
    45 "multi-lib" system requires compiling many applications twice, once for a
    46 32-bit system and once for a 64-bit system. This is not directly supported in
    47 LFS because it would interfere with the educational objective of providing the
    48 instructions needed for a straightforward base Linux system.  You can refer to
    49 the <ulink url="http://trac.clfs.org/">Cross Linux From Scratch</ulink>
    50 project for this advanced topic.</para>
    51 
    52 <!-- This does not appear to be valid for LFS/BLFS any more
    53 <para>There is one last comment about 64-bit systems. There are some older
    54 packages that cannot currently be built in a "pure" 64-bit system or require
    55 specialized build instructions. Generally, these packages have some embedded
    56 32-bit specific assembly language instructions that fail when building on a
    57 64-bit system.  This includes some Xorg drivers for some legacy video cards at
    58 <ulink url="http://xorg.freedesktop.org/releases/individual/driver/">
    59 http://xorg.freedesktop.org/releases/individual/driver/</ulink>. Many of these
    60 problems can be worked around, but may require some specialized procedures or
    61 patches.</para>
    62 -->
     39<para>The default 64-bit build that results from LFS is considered a
     40<quote>pure</quote> 64-bit system. That is, it supports 64-bit executables
     41only. Building a <quote>multi-lib</quote> system requires compiling many
     42applications twice, once for a 32-bit system and once for a 64-bit system.
     43This is not directly supported in LFS because it would interfere with the
     44educational objective of providing the instructions needed for a
     45straightforward base Linux system. Some LFS/BLFS editors maintain a fork
     46of LFS for multilib, which is accessible at <ulink
     47url="http://www.linuxfromscratch.org/~thomas/multilib/index.html"/>. But it
     48is an advanced topic.</para>
    6349
    6450</sect1>
    65 
Note: See TracChangeset for help on using the changeset viewer.