Changeset b85507d in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Mar 7, 2011, 4:28:12 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
19b9fca
Parents:
62a8529
git-author:
Andrew Bradford <bradfa@…> (02/27/11 13:07:49)
git-committer:
Andrew Bradford <bradfa@…> (03/07/11 04:28:12)
Message:

Started adding uClibc contents

Added uClibc installed programs and libraries.
uClibc installs ALOT of headers... haven't added those, yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/uclibc.xml

    r62a8529 rb85507d  
    6868
    6969    <segmentedlist>
    70       <segtitle>Installed uClibc</segtitle>
    71 
     70      <segtitle>Installed Programs</segtitle>
     71      <segtitle>Installed Libraries</segtitle>
     72      <segtitle>Installed Headers</segtitle>
    7273      <seglistitem>
    73         <seg>To Be Written</seg>
     74        <seg>ld-uClibc.so.0</seg>
     75        <seg> libc.so.0, libcrypt.so.0, libdl.so.0, libm.so.0, libpthread.so.0,
     76        librt.so.0</seg>
     77        <seg>To be written...</seg>
    7478      </seglistitem>
    7579    </segmentedlist>
    76 <!--
     80
    7781    <variablelist>
    7882      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    8084      <?dbhtml list-presentation="table"?>
    8185
    82      <varlistentry id="uclibc">
    83         <term><filename
    84         class="headerfile">/usr/include/{asm,linux}/*.h</filename></term>
     86      <varlistentry id="ld-uClibc">
     87        <term><command>ld-uClibc</command></term>
    8588        <listitem>
    86           <para>The Linux API headers</para>
    87           <indexterm zone="ch-system-linux-headers linux-headers">
    88             <primary
    89             sortas="e-/usr/include/{asm,linux}/*.h">/usr/include/{asm,linux}/*.h</primary>
     89          <para>The uClibc dynamic linker / loader</para>
     90          <indexterm zone="ch-cross-tools-uclibc ld-uClibc">
     91            <primary sortas="b-ld-uClibc">ld-uClibc</primary>
    9092          </indexterm>
    9193        </listitem>
    9294      </varlistentry>
     95
     96      <varlistentry id="libc">
     97        <term><filename class="libraryfile">libc</filename></term>
     98        <listitem>
     99          <para>The C library</para>
     100          <indexterm zone="ch-cross-tools-uclibc libc">
     101            <primary sortas="c-libc">libc</primary>
     102          </indexterm>
     103        </listitem>
     104      </varlistentry>
     105
     106      <varlistentry id="libcrypt">
     107        <term><filename class="libraryfile">libcrypt</filename></term>
     108        <listitem>
     109          <para>The cryptographic library</para>
     110          <indexterm zone="ch-cross-tools-uclibc libcrypt">
     111            <primary sortas="c-libcrypt">libcrypt</primary>
     112          </indexterm>
     113        </listitem>
     114      </varlistentry>
     115
     116      <varlistentry id="libdl">
     117        <term><filename class="libraryfile">libdl</filename></term>
     118        <listitem>
     119          <para>The uClibc dynamic linker / loader library</para>
     120          <indexterm zone="ch-cross-tools-uclibc libdl">
     121            <primary sortas="c-libdl">libdl</primary>
     122          </indexterm>
     123        </listitem>
     124      </varlistentry>
     125
     126      <varlistentry id="libm">
     127        <term><filename class="libraryfile">libm</filename></term>
     128        <listitem>
     129          <para>The math library</para>
     130          <indexterm zone="ch-cross-tools-uclibc libm">
     131            <primary sortas="c-libm">libm</primary>
     132          </indexterm>
     133        </listitem>
     134      </varlistentry>
     135
     136      <varlistentry id="libpthread">
     137        <term><filename class="libraryfile">libpthread</filename></term>
     138        <listitem>
     139          <para>The POSIX thread library</para>
     140          <indexterm zone="ch-cross-tools-uclibc libpthread">
     141            <primary sortas="c-libpthread">libpthread</primary>
     142          </indexterm>
     143        </listitem>
     144      </varlistentry>
     145
     146      <varlistentry id="librt">
     147        <term><filename class="libraryfile">librt</filename></term>
     148        <listitem>
     149          <para>The clock and timer library</para>
     150          <indexterm zone="ch-cross-tools-uclibc librt">
     151            <primary sortas="c-librt">librt</primary>
     152          </indexterm>
     153        </listitem>
     154      </varlistentry>
     155
    93156    </variablelist>
    94 -->
    95 
    96157  </sect2>
    97158</sect1>
Note: See TracChangeset for help on using the changeset viewer.