Changeset 03710b4


Ignore:
Timestamp:
08/07/2007 08:12:13 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
6.3
Children:
587c5b9
Parents:
ac713c1
Message:

Merge r8278 from trunk

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rac713c1 r03710b4  
    3939
    4040    <listitem>
     41      <para>2007-08-07</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[dnicholson] - Added the <parameter>--disable-werror</parameter>
     45          parameter to Binutils Pass 1.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4151      <para>2007-08-06</para>
    4252      <itemizedlist>
  • chapter05/binutils-pass1.xml

    rac713c1 r03710b4  
    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>
  • general.ent

    rac713c1 r03710b4  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.3-20070806">
    3 <!ENTITY releasedate "August 6, 2007">
     2<!ENTITY version "6.3-20070807">
     3<!ENTITY releasedate "August 7, 2007">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "6.3-branch"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.