Author: jhuntwork Date: 2005-05-08 12:39:48 -0600 (Sun, 08 May 2005) New Revision: 5250
Modified: branches/cross-lfs/BOOK/final-system/patch.xml Log: Removed arch specifics from patch configure in final-system Modified: branches/cross-lfs/BOOK/final-system/patch.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/patch.xml 2005-05-08 18:29:35 UTC (rev 5249) +++ branches/cross-lfs/BOOK/final-system/patch.xml 2005-05-08 18:39:48 UTC (rev 5250) @@ -30,10 +30,8 @@ <para>Prepare Patch for compilation:</para> -<screen arch="x86;alpha;raq2;sparc;"><userinput>./configure --prefix=/usr</userinput></screen> +<screen><userinput>./configure --prefix=/usr</userinput></screen> -<screen arch="ppc"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr</userinput></screen> - <para>Compile the package:</para> <screen><userinput>make</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
