Author: jim
Date: 2005-06-21 01:24:01 -0600 (Tue, 21 Jun 2005)
New Revision: 6087

Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/cross-tools/common/variables.xml
   branches/cross-lfs/BOOK/introduction/common/changelog.xml
Log:
 [EMAIL PROTECTED]:  jim | 2005-06-20 16:30:32 -0700
 Removed usage of config.guess



Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
   - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6252
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
   + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6253
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516

Modified: branches/cross-lfs/BOOK/cross-tools/common/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/common/variables.xml    2005-06-21 
07:23:47 UTC (rev 6086)
+++ branches/cross-lfs/BOOK/cross-tools/common/variables.xml    2005-06-21 
07:24:01 UTC (rev 6087)
@@ -10,13 +10,6 @@
 
   <title>Build Variables</title>
 
-  <para>We will need to install <filename>config.guess</filename>
-  from Binutils:</para>
-
-<screen><userinput>install -d /cross-tools/bin
-tar -xjvf binutils-&binutils-version;.tar.bz2 
binutils-&binutils-version;/config.guess
-install -m755 binutils-&binutils-version;/config.guess 
/cross-tools/bin</userinput></screen>
-
   <bridgehead renderas="sect4">Configuration # 1 - Creating different
   architecture tools.</bridgehead>
 
@@ -27,7 +20,7 @@
   particular needs. To set this information you can issue the following
   command:</para>
 
-<screen><userinput>export LFS_HOST="`config.guess`"</userinput></screen>
+<screen><userinput>export LFS_HOST="${MACHTYPE}"</userinput></screen>
 
   <para>Now you will need to set the target triplet for the target
   architecure. You can do this by running the same command as above, just
@@ -47,13 +40,13 @@
   <para>You will need to set your host target triplet a little differently.
   To set this information you can issue the following commands:</para>
 
-<screen><userinput>export LFS_HOST="`config.guess | sed -e 's/unknown/cross/g' 
-e 's/pc/cross/g'`"</userinput></screen>
+<screen><userinput>export LFS_HOST="`echo ${MACHTYPE} | sed -e 
's/unknown/cross/g' -e 's/pc/cross/g'`"</userinput></screen>
 
   <para>Now you will need to set the target triplet for the target, which
   in this case is very simple. Set the command using the method listed
   below:</para>
 
-<screen><userinput>export LFS_TARGET="`config.guess`"</userinput></screen>
+<screen><userinput>export LFS_TARGET="${MACHTYPE}"</userinput></screen>
 
   <para>Now lets verify all targets are set before we continue on. Use
   the following command to check you host and target variables:</para>

Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-21 
07:23:47 UTC (rev 6086)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml   2005-06-21 
07:24:01 UTC (rev 6087)
@@ -198,6 +198,7 @@
       <itemizedlist>
         <listitem>
           <para>[jim] - Updated IRC Servers for resources page.</para>
+         <para>[jim] - Removed using config.guess from binutils for 
${LFS_HOST}.</para>
         </listitem>
       </itemizedlist>
     </listitem>

-- 
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