Changes in / [5375902a:2264482]


Ignore:
Location:
BOOK
Files:
6 edited

Legend:

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

    r5375902a r2264482  
    5252    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5353    --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54     --disable-static --disable-multilib --disable-werror</userinput></screen>
     54    --disable-static --disable-multilib</userinput></screen>
    5555
    5656    <variablelist os="bd">
     
    117117      </varlistentry>
    118118
    119       <varlistentry os="bd8">
    120         <term><parameter>--disable-werror</parameter></term>
    121         <listitem>
    122           <para>This prevents the build from stopping in the event that there
    123           are warnings from theo host's compiler.</para>
    124         </listitem>
    125       </varlistentry>
    126 
    127119    </variablelist>
    128120
  • BOOK/cross-tools/common/binutils.xml

    r5375902a r2264482  
    5252    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5353    --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54     --disable-static --enable-64-bit-bfd --disable-multilib --disable-werror</userinput></screen>
     54    --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5555
    5656    <variablelist os="bd">
     
    124124      </varlistentry>
    125125
    126       <varlistentry os="bd9">
    127         <term><parameter>--disble-werror</parameter></term>
    128         <listitem>
    129           <para>This prevents the build from stopping in the event that there
    130           are warnings from the host's compiler.</para>
    131         </listitem>
    132       </varlistentry>
    133126    </variablelist>
    134127
  • BOOK/cross-tools/multilib/binutils.xml

    r5375902a r2264482  
    5151    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    5252    --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
    53     --disable-nls --disable-static --enable-64-bit-bfd --disable-werror</userinput></screen>
     53    --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>
    5454
    5555    <variablelist os="bd">
     
    8282      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8383      href="../common/binutils.xml"
    84       xpointer="xpointer(//*[@os='bd9'])"/>
     84      xpointer="xpointer(//*[@os='bd8'])"/>
    8585
    8686    </variablelist>
  • BOOK/final-system/common/util-linux.xml

    r5375902a r2264482  
    7878
    7979<screen os="h"><userinput>make install</userinput></screen>
    80 
    81     <para os="i">Move the <command>logger</command> binary to
    82     <filename class="directory">/bin</filename> as it is needed by the
    83     CLFS Bootscripts package:</para>
    84 
    85 <screen os="j"><userinput>mv -v /usr/bin/logger /bin</userinput></screen>
    8680
    8781  </sect2>
  • BOOK/final-system/multilib/util-linux-64bit.xml

    r5375902a r2264482  
    6565    xpointer="xpointer(//*[@os='h'])"/>
    6666
    67     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    68     href="../common/util-linux.xml"
    69     xpointer="xpointer(//*[@os='i'])"/>
    70 
    71     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    72     href="../common/util-linux.xml"
    73     xpointer="xpointer(//*[@os='j'])"/>
    74 
    7567  </sect2>
    7668
  • BOOK/introduction/common/changelog.xml

    r5375902a r2264482  
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>[William Harrington] - Add --disable-werror to cross-tools
    44           Bintuils instructions.</para>
    45         </listitem>
    46         <listitem>
    47           <para>[William Harrington] - Move <command>logger</command> to
    48           <filename class="directory">/bin</filename> for CLFS-Bootscripts
    49           requirement.</para>
    50         </listitem>
    51         <listitem>
    5243          <para>[Chris] - Changed "systemd" reference on Kbd page to
    5344          CLFS Bootscripts, and added dumpkeys and kbd_mode to list of
Note: See TracChangeset for help on using the changeset viewer.