source: general.ent@ 066a584

xry111/loongarch xry111/loongarch-12.1
Last change on this file since 066a584 was 33a9421, checked in by Xi Ruoyao <xry111@…>, 4 months ago

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

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<!-- Editing up to the line of ==== should be enough
2 to generate a book for development, release, or rc-->
3<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
4 set to IGNORE for release or rc -->
5<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
6 set to IGNORE for development or rc -->
7<!ENTITY % rc "IGNORE"> <!-- set to INCLUDE for rc,
8 set to IGNORE for development or
9 release -->
10<!ENTITY % relnum "11.3"><!-- must be given for release or rc -->
11<!ENTITY % reldate "March 1st, 2023"><!-- must ve given for release or rc -->
12<!ENTITY % crdate "1999-2022"><!-- must ve given for release or rc -->
13<!ENTITY % rcnum "0"><!-- must be given only for rc -->
14<!-- ================================================================== -->
15<!-- Do not change anything below unless the www or book layouts change -->
16
17<!-- Automatically generated by git-version.sh. Used for release or dev -->
18<!ENTITY % conditional-entities SYSTEM "conditional.ent">
19%conditional-entities;
20
21<![ %development; [
22<!-- version info automatically generated by git -->
23<!ENTITY % version-entities SYSTEM "version.ent">
24%version-entities;
25<![ %sysv; [
26<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
27<!ENTITY errata "&lfs-root;lfs/errata/development/">
28]]>
29<![ %systemd; [
30<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
31<!ENTITY errata "&lfs-root;lfs/errata/systemd/">
32]]>
33<!ENTITY generic-version "development"> <!-- Used below in
34 &patches-root;,
35 &donwloads-root;, and
36 &test-results; -->
37]]><!-- End %development -->
38
39<![ %release; [
40<![ %sysv; [
41<!ENTITY version "%relnum;">
42<!ENTITY short-version "%relnum;"> <!-- Used below in &blfs-book; -->
43]]>
44<![ %systemd; [
45<!ENTITY version "%relnum;-systemd">
46<!ENTITY short-version "stable-systemd"> <!-- Used below in &blfs-book; -->
47]]>
48<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
49<!ENTITY generic-version "%relnum;"> <!-- Used below in
50 &patches-root;,
51 &donwloads-root;, and
52 &test-results; -->
53<!ENTITY releasedate "%reldate;">
54<!ENTITY copyrightdate "%crdate;">
55]]>
56
57<![ %rc; [
58<![ %sysv; [
59<!ENTITY version "%relnum;-rc%rcnum;">
60<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; -->
61]]>
62<![ %systemd; [
63<!ENTITY version "%relnum;-systemd-rc%rcnum;">
64<!ENTITY short-version "systemd"> <!-- Used below in &blfs-book; -->
65]]>
66<!ENTITY errata "&lfs-root;lfs/errata/&version;/">
67<!ENTITY generic-version "%relnum;-rc%rcnum;"> <!-- Used below in
68 &patches-root;,
69 &downloads-root;, and
70 &test-results; -->
71<!ENTITY releasedate "%reldate;">
72<!ENTITY copyrightdate "%crdate;">
73]]>
74
75<![ %sysv; [
76<!ENTITY wget-list "wget-list-sysv">
77]]>
78<![ %systemd; [
79<!ENTITY wget-list "wget-list-systemd">
80]]>
81
82<!ENTITY lfs-root "https://www.linuxfromscratch.org/">
83<!ENTITY blfs-root "&lfs-root;blfs/">
84<!ENTITY blfs-book "&blfs-root;view/&short-version;/">
85<!ENTITY faq-root "&lfs-root;faq/">
86<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
87<!ENTITY hints-index "&lfs-root;hints/list.html">
88<!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/">
89<!-- Only used for sysv (lfs-bootscripts): -->
90<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/">
91<!ENTITY livecd-root "&lfs-root;livecd/">
92<!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/">
93<!ENTITY secadv "&lfs-root;lfs/advisories/">
94
95<!ENTITY min-kernel "5.19">
96
97<!--
98<!ENTITY patches-rootd "&lfs-root;patches/lfs/&generic-versiond;/">
99<!ENTITY downloads-rootd "&lfs-root;lfs/downloads/&generic-versiond;/">
100<!ENTITY test-resultsd "&lfs-root;lfs/build-logs/&generic-versiond;/">
101<!ENTITY erratad "&lfs-root;lfs/errata/&generic-versiond;/">
102-->
103<!ENTITY lfs-ticket-root "https://wiki.linuxfromscratch.org/lfs/ticket/">
104<!ENTITY blfs-ticket-root "https://wiki.linuxfromscratch.org/blfs/ticket/">
105
106<!ENTITY anduin-sources "https://anduin.linuxfromscratch.org/LFS">
107
108<!ENTITY buildtime "Approximate build time">
109<!ENTITY diskspace "Required disk space">
110<!ENTITY dependencies "Installation depends on">
111<!ENTITY runtime "Required at runtime">
112<!ENTITY testsuites "Test suite depends on">
113<!ENTITY before "Must be installed before">
114<!ENTITY external "Optional dependencies">
115
116<!ENTITY gnu "https://ftp.gnu.org/gnu/">
117<!ENTITY gnu-software "https://www.gnu.org/software/">
118<!ENTITY alpha-gnu "https://alpha.gnu.org/gnu/">
119<!ENTITY kernel "https://www.kernel.org/pub/">
120<!ENTITY sourceforge "https://prdownloads.sourceforge.net/">
121<!ENTITY savannah "https://download.savannah.gnu.org">
122<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
123<!ENTITY github "https://github.com">
124<!ENTITY pypi-home "https://pypi.org/project">
125<!ENTITY pypi-src "https://pypi.org/packages/source">
126<!ENTITY man "https://man.archlinux.org/man/">
127
128<!ENTITY root "<systemitem class='username'>root</systemitem>">
129<!ENTITY lfs-user "<systemitem class='username'>lfs</systemitem>">
130<!ENTITY devtmpfs "<systemitem class='filesystem'>devtmpfs</systemitem>">
131<!ENTITY fstab "<filename>/etc/fstab</filename>">
132<!ENTITY boot-dir "<filename class='directory'>/boot</filename>">
133<!ENTITY ch-final "<xref linkend='chapter-building-system'/>">
134<!ENTITY ch-tmp-cross "<xref linkend='chapter-temporary-tools'/>">
135<!ENTITY ch-tmp-chroot "<xref linkend='chapter-chroot-temporary-tools'/>">
136
137<!ENTITY % packages-entities SYSTEM "packages.ent">
138%packages-entities;
139
140<!ENTITY % patches-entities SYSTEM "patches.ent">
141%patches-entities;
142
143<!ENTITY update-config-text
144 "<para>Update the auxilary scripts of the building system to allow
145 building this package for LoongArch:</para>">
146
147<!-- Use "tar &update-config-arg" or "tar -C build-aux update-config-arg"
148 We cannot append -C build-aux after these arguments because -C only
149 affects options that follow. -->
150<!ENTITY update-config-arg
151 "-xvf ../autoconf-&autoconf-version;.tar.xz --strip-components=2 \
152 autoconf-&autoconf-version;/build-aux/config.{guess,sub}">
Note: See TracBrowser for help on using the repository browser.