Author: jim
Date: 2005-08-31 02:26:49 -0600 (Wed, 31 Aug 2005)
New Revision: 6780

Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/cross-tools/common/variables-multilib.xml
   branches/cross-lfs/BOOK/cross-tools/common/variables.xml
Log:
 [EMAIL PROTECTED]:  jim | 2005-08-31 00:29:24 -0700
 Change in variables table to show supported ABI's



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

Modified: branches/cross-lfs/BOOK/cross-tools/common/variables-multilib.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/common/variables-multilib.xml   
2005-08-31 08:26:17 UTC (rev 6779)
+++ branches/cross-lfs/BOOK/cross-tools/common/variables-multilib.xml   
2005-08-31 08:26:49 UTC (rev 6780)
@@ -69,6 +69,7 @@
 
 <screen><userinput>echo export LFS_TARGET=\""${LFS_TARGET}\"" &gt;&gt; 
~/.bashrc</userinput></screen>
 
+
   <table>
     <title>List of architectures, target triplets, and recommended book</title>
     <tgroup cols="2" align="center">
@@ -79,75 +80,80 @@
         <row>
           <entry>Architecture</entry>
           <entry>Target Triplet</entry>
-          <entry>LFS Book</entry>
+          <entry>32 Bit, 64 Bit, 32/64 Bit</entry>
         </row>
       </thead>
       <tbody>
         <row>
           <entry>Pentium, K6, 586 Compatibles</entry>
           <entry>i586-pc-linux-gnu</entry>
-          <entry>Intel/AMD x86</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Pentium II, Pentium III, Pentium 4</entry>
           <entry>i686-pc-linux-gnu</entry>
-          <entry>Intel/AMD x86</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Athlon, Duron</entry>
           <entry>i686-pc-linux-gnu</entry>
-          <entry>Intel/AMD x86</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Athlon64</entry>
           <entry>x86_64-pc-linux-gnu</entry>
-          <entry>x86_64</entry>
+          <entry>32/64 Bit</entry>
         </row>
         <row>
           <entry>PowerPC</entry>
           <entry>powerpc-unknown-linux-gnu</entry>
-          <entry>PowerPC</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>PowerPC64</entry>
           <entry>ppc64-unknown-linux-gnu</entry>
-          <entry>PowerPC</entry>
+          <entry>64 Bit</entry>
         </row>
         <row>
           <entry>MIPS</entry>
           <entry>mips-unknown-linux-gnu</entry>
-          <entry>MIPS 32 Bit</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>MIPS Little Endian</entry>
           <entry>mipsel-unknown-linux-gnu</entry>
-          <entry>MIPS 32 Bit</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>MIPS 64</entry>
           <entry>mips64-unknown-linux-gnu</entry>
-          <entry>MIPS 64 Bit</entry>
+          <entry>64 Bit</entry>
         </row>
         <row>
           <entry>MIPS 64 Little Endian</entry>
           <entry>mips64el-unknown-linux-gnu</entry>
-          <entry>MIPS 64 Bit</entry>
+          <entry>64 Bit</entry>
         </row>
         <row>
           <entry>Supersparc and Hypersparc</entry>
           <entry>sparcv8-unknown-linux-gnu</entry>
-          <entry>Sparc32</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Ultrasparc</entry>
           <entry>sparcv9-unknown-linux-gnu</entry>
-          <entry>Sparc32</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Ultrasparc</entry>
           <entry>sparc64-unknown-linux-gnu</entry>
-          <entry>Sparc64</entry>
+          <entry>32/64 Bit</entry>
         </row>
+        <row>
+          <entry>Alpha</entry>
+          <entry>alpha-unknown-linux-gnu</entry>
+          <entry>64 Bit</entry>
+        </row>
       </tbody>
     </tgroup>
   </table>

Modified: branches/cross-lfs/BOOK/cross-tools/common/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/common/variables.xml    2005-08-31 
08:26:17 UTC (rev 6779)
+++ branches/cross-lfs/BOOK/cross-tools/common/variables.xml    2005-08-31 
08:26:49 UTC (rev 6780)
@@ -56,9 +56,9 @@
   target, we will get some failures during our cross-compile:</para>
 
 <screen><userinput>if [ "${LFS_HOST}" = "${LFS_TARGET}" ]; then \
-  echo "Host and Target can't be the same. Use the Other Configuration Method" 
; fi</userinput></screen>
+  echo "Host and Target can't be the same." ; fi</userinput></screen>
  
-  <para>If you received an message, "Host and Target can't be the same..."
+  <para>If you received an message, "Host and Target can't be the same."
   You will need to use the other Configuration Method. This will prevent build
   issues during the early phases of the build.</para>
 
@@ -80,75 +80,80 @@
         <row>
           <entry>Architecture</entry>
           <entry>Target Triplet</entry>
-          <entry>LFS Book</entry>
+          <entry>32 Bit, 64 Bit, 32/64 Bit</entry>
         </row>
       </thead>
       <tbody>
         <row>
           <entry>Pentium, K6, 586 Compatibles</entry>
           <entry>i586-pc-linux-gnu</entry>
-          <entry>Intel/AMD x86</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Pentium II, Pentium III, Pentium 4</entry>
           <entry>i686-pc-linux-gnu</entry>
-          <entry>Intel/AMD x86</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Athlon, Duron</entry>
           <entry>i686-pc-linux-gnu</entry>
-          <entry>Intel/AMD x86</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Athlon64</entry>
           <entry>x86_64-pc-linux-gnu</entry>
-          <entry>x86_64</entry>
+          <entry>32/64 Bit</entry>
         </row>
         <row>
           <entry>PowerPC</entry>
           <entry>powerpc-unknown-linux-gnu</entry>
-          <entry>PowerPC</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>PowerPC64</entry>
           <entry>ppc64-unknown-linux-gnu</entry>
-          <entry>PowerPC</entry>
+          <entry>64 Bit</entry>
         </row>
         <row>
           <entry>MIPS</entry>
           <entry>mips-unknown-linux-gnu</entry>
-          <entry>MIPS 32 Bit</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>MIPS Little Endian</entry>
           <entry>mipsel-unknown-linux-gnu</entry>
-          <entry>MIPS 32 Bit</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>MIPS 64</entry>
           <entry>mips64-unknown-linux-gnu</entry>
-          <entry>MIPS 64 Bit</entry>
+          <entry>64 Bit</entry>
         </row>
         <row>
           <entry>MIPS 64 Little Endian</entry>
           <entry>mips64el-unknown-linux-gnu</entry>
-          <entry>MIPS 64 Bit</entry>
+          <entry>64 Bit</entry>
         </row>
         <row>
           <entry>Supersparc and Hypersparc</entry>
           <entry>sparcv8-unknown-linux-gnu</entry>
-          <entry>Sparc32</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Ultrasparc</entry>
           <entry>sparcv9-unknown-linux-gnu</entry>
-          <entry>Sparc32</entry>
+          <entry>32 Bit</entry>
         </row>
         <row>
           <entry>Ultrasparc</entry>
           <entry>sparc64-unknown-linux-gnu</entry>
-          <entry>Sparc64</entry>
+          <entry>32/64 Bit</entry>
         </row>
+        <row>
+          <entry>Alpha</entry>
+          <entry>alpha-unknown-linux-gnu</entry>
+          <entry>64 Bit</entry>
+        </row>
       </tbody>
     </tgroup>
   </table>

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