Changeset 3f6167c


Ignore:
Timestamp:
10/09/2022 05:36:17 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/rust-wip-20221008
Children:
d3daea34
Parents:
28ae5f0
git-author:
Xi Ruoyao <xry111@…> (10/08/2022 07:10:09 AM)
git-committer:
Xi Ruoyao <xry111@…> (10/09/2022 05:36:17 AM)
Message:

rust: chapter05: add cmake as host tools

We'll need it to build LLVM pass 1 and 2 later.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/chapter05.xml

    r28ae5f0 r3f6167c  
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstdc++.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
    2021
    2122</chapter>
  • packages.ent

    r28ae5f0 r3f6167c  
    104104<!ENTITY check-fin-du "12 MB">
    105105<!ENTITY check-fin-sbu "0.1 SBU (about 3.6 SBU with tests)">
     106
     107<!ENTITY cmake-majmin "3.24">
     108<!ENTITY cmake-version "&cmake-majmin;.2">
     109<!ENTITY cmake-size "10,156 KB">
     110<!ENTITY cmake-url "https://cmake.org/files/v&cmake-majmin;/cmake-&cmake-version;.tar.gz">
     111<!ENTITY cmake-md5 "84d08f30b110401d8178f0708c19f1fe">
     112<!ENTITY cmake-home "https://cmake.org/">
     113<!ENTITY cmake-tmp-sbu "3.0 SBU">
     114<!ENTITY cmake-tmp-du "443 MB">
    106115
    107116<!ENTITY coreutils-version "9.1">
Note: See TracChangeset for help on using the changeset viewer.