Changeset c814e64


Ignore:
Timestamp:
Sep 9, 2007, 10:14:20 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
213aa8a9
Parents:
16dcec0
Message:

Add explanations for enable-kernel and with-headers in cross-tools Glibc

File:
1 edited

Legend:

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

    r16dcec0 rc814e64  
    125125
    126126      <varlistentry os="dg8">
     127        <term><parameter>--enable-kernel=2.6.0</parameter></term>
     128        <listitem>
     129          <para>This tells Glibc to compile the library with support
     130          for 2.6.x Linux kernels.</para>
     131        </listitem>
     132      </varlistentry>
     133
     134      <varlistentry os="dg9">
    127135        <term><parameter>--with-__thread</parameter></term>
    128136        <listitem>
     
    132140      </varlistentry>
    133141
    134       <varlistentry os="dg9">
     142      <varlistentry os="dg10">
    135143        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    136144        <listitem>
     
    140148      </varlistentry>
    141149
    142       <varlistentry os="dg10">
     150      <varlistentry os="dg11">
     151        <term><parameter>--with-headers=/tools/include</parameter></term>
     152        <listitem>
     153          <para>This tells Glibc to compile itself against the headers
     154          recently installed to the <filename class="directory">/tools</filename>
     155          directory, so that it knows exactly what features the kernel has
     156          and can optimize itself accordingly.</para>
     157        </listitem>
     158      </varlistentry>
     159
     160      <varlistentry os="dg12">
    143161        <term><parameter>--cache-file=config.cache</parameter></term>
    144162        <listitem>
Note: See TracChangeset for help on using the changeset viewer.