Author: jim Date: 2005-04-24 10:45:49 -0600 (Sun, 24 Apr 2005) New Revision: 5056
Modified: branches/cross-lfs/BOOK/cross-tools/binutils.xml branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml branches/cross-lfs/BOOK/introduction/changelog.xml Log: Removed libidn from glibc-startfiles build Modified: branches/cross-lfs/BOOK/cross-tools/binutils.xml =================================================================== --- branches/cross-lfs/BOOK/cross-tools/binutils.xml 2005-04-24 08:03:38 UTC (rev 5055) +++ branches/cross-lfs/BOOK/cross-tools/binutils.xml 2005-04-24 16:45:49 UTC (rev 5056) @@ -47,7 +47,7 @@ <variablelist> <varlistentry> -<term><parameter>--with-lib-path=/cross-tools/lib</parameter></term> +<term><parameter>--with-lib-path=/tools/lib</parameter></term> <listitem><para>This tells the configure script to specify the library search path during the compilation of Binutils, resulting in <filename class="directory">/cross-tools/lib</filename> being passed to the linker. @@ -66,7 +66,7 @@ <screen><userinput>make install</userinput></screen> -<para>Copy libiberty.h file to /cross-tools/include directory:</para> +<para>Copy libiberty.h file to /tools/include directory:</para> <screen><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /tools/include</userinput></screen> Modified: branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml =================================================================== --- branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml 2005-04-24 08:03:38 UTC (rev 5055) +++ branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml 2005-04-24 16:45:49 UTC (rev 5056) @@ -27,12 +27,9 @@ <sect2 role="installation"> <title>Installation of Glibc Startfiles</title> -<para arch="raq2">Unpack the glibc-linuxthreads-&glibc-version; <emphasis>and</emphasis> the -glibc-libidn-&glibc-version; tarball -- they will unfold into the same directory.</para> +<para arch="raq2">Unpack the glibc-linuxthreads-&glibc-version; <emphasis>and</emphasis> +tarball -- it will unfold into the same directory.</para> -<para arch="alpha;ppc;x86;">Unpack the glibc-libidn-&glibc-version; tarball -- it -will unfold into the same directory.</para> - <para arch="raq2">The following patch corrects the building of syscall.h:</para> <screen arch="raq2"><userinput>patch -Np1 -i ../glibc-&glibc-version;-mips_syscall-1.patch</userinput></screen> Modified: branches/cross-lfs/BOOK/introduction/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-24 08:03:38 UTC (rev 5055) +++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-24 16:45:49 UTC (rev 5056) @@ -101,7 +101,9 @@ <listitem><para>Updated bash patch, thanx Jeremy Utley.</para></listitem> <listitem><para>Removed bad setting /tools to LFS user, thanx Jeremy Utley.</para></listitem> <listitem><para>Fixed a possible issue due to target triplets have either -pc or unknown, thanx Jermy Utley.</para></listitem> +pc or unknown, thanx Jermey Utley.</para></listitem> +<listitem><para>Fixed typo on Binutils, thanx Jeremy Utley.</para></listitem> +<listitem><para>Removed libidn in cross-tools glibc start files.</para></listitem> </itemizedlist> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
