Changeset 6c84ebcb


Ignore:
Timestamp:
08/29/2023 10:36:34 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
706a5bb, 7d45c861
Parents:
8e0cd3da (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/loongarch

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    r8e0cd3da r6c84ebcb  
    111111    <option>--host=none-linux-gnu</option> and rebuilt.</para></caution>
    112112
    113     <para>Ensure that all 199 tests in the test suite passed.
     113    <!-- Some tests PASS on a specific uarch but SKIP on other CPUs.
     114         For example on K8 the following command outputs 200.  -->
     115    <para>Ensure that at least 199 tests in the test suite passed.
    114116    Check the results by issuing the following command:</para>
    115117
  • chapter08/tar.xml

    r8e0cd3da r6c84ebcb  
    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

    r8e0cd3da r6c84ebcb  
    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.