Changeset 5342a69


Ignore:
Timestamp:
08/29/2023 12:47:34 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
6786b0c
Parents:
b6ff6a8 (diff), 22c36bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    rb6ff6a8 r5342a69  
    102102    <option>--host=none-linux-gnu</option> and rebuilt.</para></caution>
    103103
    104     <para>Ensure that all 199 tests in the test suite passed.
     104    <!-- Some tests PASS on a specific uarch but SKIP on other CPUs.
     105         For example on K8 the following command outputs 200.  -->
     106    <para>Ensure that at least 199 tests in the test suite passed.
    105107    Check the results by issuing the following command:</para>
    106108
  • chapter08/tar.xml

    rb6ff6a8 r5342a69  
    7373<screen><userinput remap="test">make check</userinput></screen>
    7474
     75    <!-- On one system the -j4 improvement is 167s - 46s = 121s (72.46%) -->
     76    <note><para>The test time for Tar can be reduced significantly on a
     77    system with multiple cores.  To do this, append
     78    <command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above.  For
     79    instance, using -j4 can reduce the test time by over 70
     80    percent.</para></note>
     81
    7582    <para>One test, capabilities: binary store/restore, is known to fail if it is
    7683    run because LFS lacks selinux, but will be skipped if the host kernel does
    77     not support extended attributes on the filesystem used for building LFS.</para>
     84    not support extended attributes or security labels on the filesystem
     85    used for building LFS.</para>
    7886
    7987    <para>Install the package:</para>
  • lfs-latest-git.php

    rb6ff6a8 r5342a69  
    151151if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/tags";
    152152if ( $package == "wheel"      ) $dirpath = "https://pypi.org/project/wheel/#files";
     153if ( $package == "zlib"       ) $dirpath = "https://www.zlib.net";
    153154if ( $package == "zstd"       ) $dirpath = github("facebook/zstd");
    154155
Note: See TracChangeset for help on using the changeset viewer.