Author: jhuntwork
Date: 2007-08-07 14:21:44 -0600 (Tue, 07 Aug 2007)
New Revision: 8281
Modified:
branches/jh/BOOK/chapter01/changelog.xml
branches/jh/BOOK/chapter05/binutils-pass1.xml
Log:
Merge r8278 to jh branch
Modified: branches/jh/BOOK/chapter01/changelog.xml
===================================================================
--- branches/jh/BOOK/chapter01/changelog.xml 2007-08-07 20:12:13 UTC (rev
8280)
+++ branches/jh/BOOK/chapter01/changelog.xml 2007-08-07 20:21:44 UTC (rev
8281)
@@ -45,6 +45,10 @@
creating an unwanted lib -> lib symlink inside of /tools/lib. Fix
from Dan Nicholson.</para>
</listitem>
+ <listitem>
+ <para>[dnicholson] - Added the
<parameter>--disable-werror</parameter>
+ parameter to Binutils Pass 1.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: branches/jh/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- branches/jh/BOOK/chapter05/binutils-pass1.xml 2007-08-07 20:12:13 UTC
(rev 8280)
+++ branches/jh/BOOK/chapter05/binutils-pass1.xml 2007-08-07 20:21:44 UTC
(rev 8281)
@@ -60,7 +60,7 @@
<para>Now prepare Binutils for compilation:</para>
<screen><userinput>CC="gcc -B/usr/bin/"
../binutils-&binutils-version;/configure \
- --prefix=/tools --disable-nls</userinput></screen>
+ --prefix=/tools --disable-nls --disable-werror</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -93,6 +93,14 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>--disable-werror</parameter></term>
+ <listitem>
+ <para>This prevents the build from stopping in the event that there
+ are warnings from the host's compiler.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>Continue with compiling the package:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page