[Clfs-commits] commit: r4554 - /branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 25 12:24:35 PST 2009


Author: jim
Date: Sun Jan 25 20:24:35 2009
New Revision: 4554

Log:
Changed Wording on uclibc.xml

Modified:
    branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml

Modified: branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/common/uclibc.xml Sun Jan 25 20:24:35 2009
@@ -44,7 +44,7 @@
 <screen os="c"><userinput>cp ${CLFS}/sources/uClibc.config .config</userinput></screen>
 
    <para os="d">We will need to edit the configuration file, to make sure everything gets
-   compiled and put into its proper location:</para>
+   compiled and it's compiled to the proper architecture:</para>
 
 <screen os="e"><userinput>cp .config{,.orig}
 sed -e "s@# TARGET_${CLFS_ARCH} is not set at TARGET_${CLFS_ARCH}=y@" \
@@ -56,8 +56,10 @@
   -e "s at .*\(ARCH_WANTS_${CLFS_ENDIAN}_ENDIAN\).*@\1=y at g" \
   .config.orig > .config</userinput></screen>
 
-    <para os="f">We have made some changes to our config, let's make sure
-    that we didn't miss and dependencies:</para>
+    <para os="f">The config is a basic working system, but there are some
+    options that are architecture specifc that need to be set. The following
+    command will only bring up items that need a value that we did not
+    specify in our Generic config file:</para>
 
 <screen os="g"><userinput>make oldconfig</userinput></screen>
 




More information about the Clfs-commits mailing list