Ignore:
File:
1 edited

Legend:

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

    r04c3a53 rd3b105f  
    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</userinput></screen>
     54    --disable-static --enable-64-bit-bfd --disable-multilib --disable-werror</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>
    126133    </variablelist>
    127134
Note: See TracChangeset for help on using the changeset viewer.