source: BOOK/temp-system/alpha-chapter.xml @ c7bfa72

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since c7bfa72 was 134074b, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Added MPC 0.8.2 for GCC.

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../general.ent">
5  %general-entities;
6]>
7
8<chapter id="chapter-temp-system" xreflabel="Constructing a Temporary System">
9  <?dbhtml dir="temp-system"?>
10  <?dbhtml filename="chapter.html"?>
11
12  <title>Constructing a Temporary System</title>
13
14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
15  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/variables.xml"/>
[6a043e2]16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
[134074b]18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpc.xml"/>
[9470388]19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ppl.xml"/>
20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cloog-ppl.xml"/>
[9c23d11f]21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>
[3f8be484]22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
[03fc207]23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc.xml"/>
[781154a6]24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/ncurses.xml"/>
25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
[d3d4417f]26  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bison.xml"/>
[3f8be484]27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
[781154a6]28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/coreutils.xml"/>
[3f8be484]29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
30  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/findutils.xml"/>
[db121c2e]31  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
[4bb4b626]32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/flex.xml"/>
[781154a6]33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gawk.xml"/>
[3f8be484]34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gettext.xml"/>
[781154a6]35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/grep.xml"/>
36  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gzip.xml"/>
[6a043e2]37  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
[781154a6]38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/make.xml"/>
[3f8be484]39  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patch.xml"/>
[781154a6]40  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sed.xml"/>
[3f8be484]41  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
[134ba96]42  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
[ffbc9152]43  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/vim.xml"/>
[6392a09d]44  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/xz.xml"/>
[3f8be484]45  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
46
47</chapter>
Note: See TracBrowser for help on using the repository browser.