Author: jim
Date: 2005-04-23 11:13:50 -0600 (Sat, 23 Apr 2005)
New Revision: 5052

Modified:
   branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml
   branches/cross-lfs/BOOK/cross-tools/glibc.xml
Log:
More Fixes

Modified: branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml    2005-04-23 
17:01:20 UTC (rev 5051)
+++ branches/cross-lfs/BOOK/cross-tools/glibc-startfiles.xml    2005-04-23 
17:13:50 UTC (rev 5052)
@@ -51,8 +51,8 @@
 <para>Next, prepare Glibc for compilation:</para>
 
 <para arch="alpha;ppc;x86;">For NPTL enabled systems we will need to add the 
following lines to config.cache</para>
-<screen>echo "libc_cv_forced_unwind=yes" > config.cache
-echo "libc_cv_c_cleanup=yes" >> config.cache</screen>
+<screen><userinput>echo "libc_cv_forced_unwind=yes" > config.cache
+echo "libc_cv_c_cleanup=yes" >> config.cache</userinput></screen>
 
 <para arch="alpha;ppc;x86;">To create NPTL Startfiles using the following 
configure line:</para>
 
@@ -117,7 +117,7 @@
 <para>Since we are only creating the glibc startfiles at this time
 we will need to manually copy files over.</para>
 
-<screen><userinput>mkdir -p /tools/lib
+<screen><userinput>install -d /tools/lib
 cp -fp csu/crt[i1n].o /tools/lib</userinput></screen>
 
 </sect2>

Modified: branches/cross-lfs/BOOK/cross-tools/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/glibc.xml       2005-04-23 17:01:20 UTC 
(rev 5051)
+++ branches/cross-lfs/BOOK/cross-tools/glibc.xml       2005-04-23 17:13:50 UTC 
(rev 5052)
@@ -60,8 +60,8 @@
 cd ../glibc-build</userinput></screen>
 
 <para arch="alpha;ppc;x86;">For NPTL enabled systems we will need to add the 
following lines to config.cache</para>
-<screen>echo "libc_cv_forced_unwind=yes" > config.cache
-echo "libc_cv_c_cleanup=yes" >> config.cache</screen>
+<screen><userinput>echo "libc_cv_forced_unwind=yes" > config.cache
+echo "libc_cv_c_cleanup=yes" >> config.cache</userinput></screen>
 
 <para>Next, prepare Glibc for compilation:</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