Ignore:
Timestamp:
May 17, 2014, 8:32:22 PM (10 years ago)
Author:
Chris Staub <chris@…>
Children:
7ca3552
Parents:
f48b108
git-author:
William Harrington <kb0iic@…> (05/17/14 05:13:53)
git-committer:
Chris Staub <chris@…> (05/17/14 20:32:22)
Message:

Add --disable-werror and command switch disecription to cross-tools binutils.

File:
1 edited

Legend:

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

    rf48b108 rd5cf32ea  
    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</userinput></screen>
     54    --disable-static --disable-multilib --disable-werror</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
    119127    </variablelist>
    120128
Note: See TracChangeset for help on using the changeset viewer.