Author: jim
Date: 2005-04-26 19:10:03 -0600 (Tue, 26 Apr 2005)
New Revision: 5124

Modified:
   branches/cross-lfs/BOOK/introduction/changelog.xml
   branches/cross-lfs/BOOK/temp-system/binutils.xml
Log:
Fixed to temp-system binutils

Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-26 23:22:05 UTC 
(rev 5123)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-27 01:10:03 UTC 
(rev 5124)
@@ -100,6 +100,7 @@
 <listitem><para>Updated util-linux instructions to ignore ARCH and CPU 
variables.</para></listitem>
 <listitem><para>Fixed glibc in cross-tools, to force threads and tls 
support.</para></listitem>
 <listitem><para>Changed target-triplet table to use -pc- instead of 
-unknown-.</para></listitem>
+<listitem><para>Fixed binutils build issue in temp-system, Thanks Richard 
Downing.</para></listitem>
 </itemizedlist>
 </listitem>
 </itemizedlist>

Modified: branches/cross-lfs/BOOK/temp-system/binutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/binutils.xml    2005-04-26 23:22:05 UTC 
(rev 5123)
+++ branches/cross-lfs/BOOK/temp-system/binutils.xml    2005-04-27 01:10:03 UTC 
(rev 5124)
@@ -54,8 +54,8 @@
 
 <screen><userinput>../binutils-&binutils-version;/configure \
      --prefix=/tools --build=${LFS_HOST} --target=${LFS_TARGET} \
-     --disable-nls --enable-shared --enable-64-bit-bfd \
-     --with-lib-path=/tools/lib</userinput></screen>
+     --host=${LFS_TARGET} --disable-nls --enable-shared \
+     --enable-64-bit-bfd --with-lib-path=/tools/lib</userinput></screen>
 
 <para>The meaning of the configure options:</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to