Changeset e85011e4 for cross-tools


Ignore:
Timestamp:
Apr 19, 2006, 1:44:44 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
27f8834
Parents:
cf5d88f
Message:

r2997@server: jim | 2006-04-19 13:43:15 -0700
Added: Linux-Headers Package

Location:
cross-tools
Files:
4 added
7 deleted
12 edited
5 moved

Legend:

Unmodified
Added
Removed
  • cross-tools/alpha-chapter.xml

    rcf5d88f re85011e4  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <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"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc-headers.xml"/>
  • cross-tools/mips-chapter.xml

    rcf5d88f re85011e4  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <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"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/gcc-static.xml"/>
  • cross-tools/mips/linux-headers.xml

    rcf5d88f re85011e4  
    66]>
    77
    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"?>
    1010
    11   <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
     11  <title>Linux-Headers-&linux-headers-version;</title>
    1212
    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>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <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"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Linux-Libc-Headers</title>
     23    <title>Installation of Linux-Headers</title>
    2424
    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'])"/>
    2628
    2729<screen><userinput>install -dv /tools/include
    28 cp -Rv include/asm-alpha /tools/include/asm
     30cp -Rv include/asm-mips /tools/include/asm
    2931cp -Rv include/linux /tools/include</userinput></screen>
    3032
     
    3537
    3638    <para>Details on this package are located in <xref
    37     linkend="contents-linux-libc-headers" role="."/></para>
     39    linkend="contents-linux-headers" role="."/></para>
    3840
    3941  </sect2>
  • cross-tools/mips64-64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/variables.xml"/>
    1717  <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="mips64-64/linux-libc-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64-64/gcc-static.xml"/>
  • cross-tools/mips64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/variables.xml"/>
    1717  <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="mips64/linux-libc-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/gcc-static.xml"/>
  • cross-tools/ppc-chapter.xml

    rcf5d88f re85011e4  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <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"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc/gcc-static.xml"/>
  • cross-tools/ppc/linux-headers.xml

    rcf5d88f re85011e4  
    66]>
    77
    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"?>
    1010
    11   <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
     11  <title>Linux-Headers-&linux-headers-version;</title>
    1212
    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>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <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"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Linux-Libc-Headers</title>
     23    <title>Installation of Linux-Headers</title>
    2424
    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'])"/>
    2628
    2729<screen><userinput>install -dv /tools/include
     
    3537
    3638    <para>Details on this package are located in <xref
    37     linkend="contents-linux-libc-headers" role="."/></para>
     39    linkend="contents-linux-headers" role="."/></para>
    3840
    3941  </sect2>
  • cross-tools/ppc64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/variables.xml"/>
    1717  <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"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ppc64/glibc-headers.xml"/>
  • cross-tools/sparc-chapter.xml

    rcf5d88f re85011e4  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <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"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/gcc-static.xml"/>
  • cross-tools/sparc64-64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/variables.xml"/>
    1717  <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"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/gcc-static.xml"/>
  • cross-tools/sparc64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/variables.xml"/>
    1717  <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"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/gcc-static.xml"/>
  • cross-tools/x86-chapter.xml

    rcf5d88f re85011e4  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <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"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/gcc-static.xml"/>
  • cross-tools/x86/linux-headers.xml

    rcf5d88f re85011e4  
    66]>
    77
    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"?>
    1010
    11   <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
     11  <title>Linux-Headers-&linux-headers-version;</title>
    1212
    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>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <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"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Linux-Libc-Headers</title>
     23    <title>Installation of Linux-Headers</title>
    2424
    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'])"/>
    2628
    2729<screen><userinput>install -dv /tools/include
     
    3537
    3638    <para>Details on this package are located in <xref
    37     linkend="contents-linux-libc-headers" role="."/></para>
     39    linkend="contents-linux-headers" role="."/></para>
    3840
    3941  </sect2>
  • cross-tools/x86_64-64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/flags.xml"/>
    1717  <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"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64-64/gcc-static.xml"/>
  • cross-tools/x86_64-64/linux-headers.xml

    rcf5d88f re85011e4  
    66]>
    77
    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"?>
    1010
    11   <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
     11  <title>Linux-Headers-&linux-headers-version;</title>
    1212
    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>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <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"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Linux-Libc-Headers</title>
     23    <title>Installation of Linux-Headers</title>
    2424
    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'])"/>
    2628
    2729<screen><userinput>install -dv /tools/include
     
    3537
    3638    <para>Details on this package are located in <xref
    37     linkend="contents-linux-libc-headers" role="."/></para>
     39    linkend="contents-linux-headers" role="."/></para>
    3840
    3941  </sect2>
  • cross-tools/x86_64-chapter.xml

    rcf5d88f re85011e4  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/variables.xml"/>
    1717  <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"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/binutils.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86_64/gcc-static.xml"/>
  • cross-tools/x86_64/linux-headers.xml

    rcf5d88f re85011e4  
    66]>
    77
    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"?>
    1010
    11   <title>Linux-Libc-Headers-&linux-libc-headers-version;</title>
     11  <title>Linux-Headers-&linux-headers-version;</title>
    1212
    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>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <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"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Linux-Libc-Headers</title>
     23    <title>Installation of Linux-Headers</title>
    2424
    2525    <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'])"/>
    3428
    3529<screen><userinput>install -dv /tools/include
     
    4539
    4640    <para>Details on this package are located in <xref
    47     linkend="contents-linux-libc-headers" role="."/></para>
     41    linkend="contents-linux-headers" role="."/></para>
    4842
    4943  </sect2>
Note: See TracChangeset for help on using the changeset viewer.