Changeset 400af5a8


Ignore:
Timestamp:
08/07/2007 08:21:44 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
da2f9fe
Parents:
d22a5031
Message:

Merge r8278 to jh branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd22a5031 r400af5a8  
    4646          from Dan Nicholson.</para>
    4747        </listitem>
     48        <listitem>
     49          <para>[dnicholson] - Added the <parameter>--disable-werror</parameter>
     50          parameter to Binutils Pass 1.</para>
     51        </listitem>
    4852      </itemizedlist>
    4953    </listitem>
  • chapter05/binutils-pass1.xml

    rd22a5031 r400af5a8  
    6161
    6262<screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \
    63     --prefix=/tools --disable-nls</userinput></screen>
     63    --prefix=/tools --disable-nls --disable-werror</userinput></screen>
    6464
    6565    <variablelist>
     
    9191          <para>This disables internationalization as i18n is not needed for the
    9292          temporary tools.</para>
     93        </listitem>
     94      </varlistentry>
     95
     96      <varlistentry>
     97        <term><parameter>--disable-werror</parameter></term>
     98        <listitem>
     99          <para>This prevents the build from stopping in the event that there
     100          are warnings from the host's compiler.</para>
    93101        </listitem>
    94102      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.