Author: jhuntwork Date: 2005-05-08 11:50:57 -0600 (Sun, 08 May 2005) New Revision: 5243
Modified: branches/cross-lfs/BOOK/final-system/patch.xml branches/cross-lfs/BOOK/introduction/changelog.xml Log: Fixed patch configure instructions in final-system to include sparc arch Modified: branches/cross-lfs/BOOK/final-system/patch.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/patch.xml 2005-05-08 17:40:41 UTC (rev 5242) +++ branches/cross-lfs/BOOK/final-system/patch.xml 2005-05-08 17:50:57 UTC (rev 5243) @@ -30,7 +30,7 @@ <para>Prepare Patch for compilation:</para> -<screen arch="x86;alpha;raq2"><userinput>./configure --prefix=/usr</userinput></screen> +<screen arch="x86;alpha;raq2;sparc;"><userinput>./configure --prefix=/usr</userinput></screen> <screen arch="ppc"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> Modified: branches/cross-lfs/BOOK/introduction/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-05-08 17:40:41 UTC (rev 5242) +++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-05-08 17:50:57 UTC (rev 5243) @@ -102,6 +102,7 @@ <listitem><para>May 8, 2005 [jhuntwork]</para> <itemizedlist> <listitem><para>Upgraded libtool to 1.5.16.</para></listitem> +<listitem><para>Fixed patch configure instructions in final-system to include sparc arch.</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
