Changes in / [8a9bdd9:b1f6d8d]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gmp.xml

    r8a9bdd9 rb1f6d8d  
    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
  • lfs-latest-git.php

    r8a9bdd9 rb1f6d8d  
    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.