- Timestamp:
- Sep 10, 2007, 5:14:20 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 213aa8a9
- Parents:
- 16dcec0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r16dcec0 rc814e64 125 125 126 126 <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"> 127 135 <term><parameter>--with-__thread</parameter></term> 128 136 <listitem> … … 132 140 </varlistentry> 133 141 134 <varlistentry os="dg 9">142 <varlistentry os="dg10"> 135 143 <term><parameter>--with-binutils=/cross-tools/bin</parameter></term> 136 144 <listitem> … … 140 148 </varlistentry> 141 149 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"> 143 161 <term><parameter>--cache-file=config.cache</parameter></term> 144 162 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.