Changeset f097f3e for BOOK/cross-tools
- Timestamp:
- Apr 19, 2006, 1:44:44 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ed3a13d4
- Parents:
- 011eaf3
- Location:
- BOOK/cross-tools
- Files:
-
- 4 added
- 7 deleted
- 12 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha-chapter.xml
r011eaf3 rf097f3e 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux- libc-headers.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc-headers.xml"/> -
BOOK/cross-tools/mips-chapter.xml
r011eaf3 rf097f3e 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux- libc-headers.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/gcc-static.xml"/> -
BOOK/cross-tools/mips/linux-headers.xml
r011eaf3 rf097f3e 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-linux- libc-headers" role="wrap">9 <?dbhtml filename="linux- libc-headers.html"?>8 <sect1 id="ch-cross-tools-linux-headers" role="wrap"> 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux- Libc-Headers-&linux-libc-headers-version;</title>11 <title>Linux-Headers-&linux-headers-version;</title> 12 12 13 <indexterm zone="ch-cross-tools-linux- libc-headers">14 <primary sortas="a-Linux- Libc-Headers">Linux-Libc-Headers</primary>13 <indexterm zone="ch-cross-tools-linux-headers"> 14 <primary sortas="a-Linux-Headers">Linux-Headers</primary> 15 15 <secondary>cross tools</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/x86/linux- libc-headers.xml"19 href="../../final-system/x86/linux-headers.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Linux- Libc-Headers</title>23 <title>Installation of Linux-Headers</title> 24 24 25 <para>Install the header files:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/mips/linux-headers.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 26 28 27 29 <screen><userinput>install -dv /tools/include 28 cp -Rv include/asm- alpha/tools/include/asm30 cp -Rv include/asm-mips /tools/include/asm 29 31 cp -Rv include/linux /tools/include</userinput></screen> 30 32 … … 35 37 36 38 <para>Details on this package are located in <xref 37 linkend="contents-linux- libc-headers" role="."/></para>39 linkend="contents-linux-headers" role="."/></para> 38 40 39 41 </sect2> -
BOOK/cross-tools/mips64-64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips 64-64/linux-libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/gcc-static.xml"/> -
BOOK/cross-tools/mips64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips 64/linux-libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/gcc-static.xml"/> -
BOOK/cross-tools/ppc-chapter.xml
r011eaf3 rf097f3e 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/linux- libc-headers.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/gcc-static.xml"/> -
BOOK/cross-tools/ppc/linux-headers.xml
r011eaf3 rf097f3e 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-linux- libc-headers" role="wrap">9 <?dbhtml filename="linux- libc-headers.html"?>8 <sect1 id="ch-cross-tools-linux-headers" role="wrap"> 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux- Libc-Headers-&linux-libc-headers-version;</title>11 <title>Linux-Headers-&linux-headers-version;</title> 12 12 13 <indexterm zone="ch-cross-tools-linux- libc-headers">14 <primary sortas="a-Linux- Libc-Headers">Linux-Libc-Headers</primary>13 <indexterm zone="ch-cross-tools-linux-headers"> 14 <primary sortas="a-Linux-Headers">Linux-Headers</primary> 15 15 <secondary>cross tools</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/x86/linux- libc-headers.xml"19 href="../../final-system/x86/linux-headers.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Linux- Libc-Headers</title>23 <title>Installation of Linux-Headers</title> 24 24 25 <para>Install the header files:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/ppc/linux-headers.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 26 28 27 29 <screen><userinput>install -dv /tools/include … … 35 37 36 38 <para>Details on this package are located in <xref 37 linkend="contents-linux- libc-headers" role="."/></para>39 linkend="contents-linux-headers" role="."/></para> 38 40 39 41 </sect2> -
BOOK/cross-tools/ppc64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux- libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-headers.xml"/> -
BOOK/cross-tools/sparc-chapter.xml
r011eaf3 rf097f3e 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux- libc-headers.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/gcc-static.xml"/> -
BOOK/cross-tools/sparc64-64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64 -64/linux-libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/gcc-static.xml"/> -
BOOK/cross-tools/sparc64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux- libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/gcc-static.xml"/> -
BOOK/cross-tools/x86-chapter.xml
r011eaf3 rf097f3e 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux- libc-headers.xml"/>17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/gcc-static.xml"/> -
BOOK/cross-tools/x86/linux-headers.xml
r011eaf3 rf097f3e 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-linux- libc-headers" role="wrap">9 <?dbhtml filename="linux- libc-headers.html"?>8 <sect1 id="ch-cross-tools-linux-headers" role="wrap"> 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux- Libc-Headers-&linux-libc-headers-version;</title>11 <title>Linux-Headers-&linux-headers-version;</title> 12 12 13 <indexterm zone="ch-cross-tools-linux- libc-headers">14 <primary sortas="a-Linux- Libc-Headers">Linux-Libc-Headers</primary>13 <indexterm zone="ch-cross-tools-linux-headers"> 14 <primary sortas="a-Linux-Headers">Linux-Headers</primary> 15 15 <secondary>cross tools</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/x86/linux- libc-headers.xml"19 href="../../final-system/x86/linux-headers.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Linux- Libc-Headers</title>23 <title>Installation of Linux-Headers</title> 24 24 25 <para>Install the header files:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/x86/linux-headers.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 26 28 27 29 <screen><userinput>install -dv /tools/include … … 35 37 36 38 <para>Details on this package are located in <xref 37 linkend="contents-linux- libc-headers" role="."/></para>39 linkend="contents-linux-headers" role="."/></para> 38 40 39 41 </sect2> -
BOOK/cross-tools/x86_64-64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/flags.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/variables.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/linux- libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/gcc-static.xml"/> -
BOOK/cross-tools/x86_64-64/linux-headers.xml
r011eaf3 rf097f3e 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-linux- libc-headers" role="wrap">9 <?dbhtml filename="linux- libc-headers.html"?>8 <sect1 id="ch-cross-tools-linux-headers" role="wrap"> 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux- Libc-Headers-&linux-libc-headers-version;</title>11 <title>Linux-Headers-&linux-headers-version;</title> 12 12 13 <indexterm zone="ch-cross-tools-linux- libc-headers">14 <primary sortas="a-Linux- Libc-Headers">Linux-Libc-Headers</primary>13 <indexterm zone="ch-cross-tools-linux-headers"> 14 <primary sortas="a-Linux-Headers">Linux-Headers</primary> 15 15 <secondary>cross tools</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/x86/linux- libc-headers.xml"19 href="../../final-system/x86/linux-headers.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Linux- Libc-Headers</title>23 <title>Installation of Linux-Headers</title> 24 24 25 <para>Install the header files:</para> 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/x86/linux-headers.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 26 28 27 29 <screen><userinput>install -dv /tools/include … … 35 37 36 38 <para>Details on this package are located in <xref 37 linkend="contents-linux- libc-headers" role="."/></para>39 linkend="contents-linux-headers" role="."/></para> 38 40 39 41 </sect2> -
BOOK/cross-tools/x86_64-chapter.xml
r011eaf3 rf097f3e 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/linux- libc-headers.xml"/>18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/linux-headers.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-static.xml"/> -
BOOK/cross-tools/x86_64/linux-headers.xml
r011eaf3 rf097f3e 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-linux- libc-headers" role="wrap">9 <?dbhtml filename="linux- libc-headers.html"?>8 <sect1 id="ch-cross-tools-linux-headers" role="wrap"> 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux- Libc-Headers-&linux-libc-headers-version;</title>11 <title>Linux-Headers-&linux-headers-version;</title> 12 12 13 <indexterm zone="ch-cross-tools-linux- libc-headers">14 <primary sortas="a-Linux- Libc-Headers">Linux-Libc-Headers</primary>13 <indexterm zone="ch-cross-tools-linux-headers"> 14 <primary sortas="a-Linux-Headers">Linux-Headers</primary> 15 15 <secondary>cross tools</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 19 href="../../final-system/x86/linux- libc-headers.xml"19 href="../../final-system/x86/linux-headers.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of Linux- Libc-Headers</title>23 <title>Installation of Linux-Headers</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/x86_64/linux-libc-headers.xml" 27 xpointer="xpointer(//*[@os='aa'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/x86_64/linux-libc-headers.xml" 31 xpointer="xpointer(//*[@os='ab'])"/> 32 33 <para>Install the header files:</para> 26 href="../../final-system/x86_64/linux-headers.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 34 28 35 29 <screen><userinput>install -dv /tools/include … … 45 39 46 40 <para>Details on this package are located in <xref 47 linkend="contents-linux- libc-headers" role="."/></para>41 linkend="contents-linux-headers" role="."/></para> 48 42 49 43 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.