Author: jim
Date: 2005-04-26 17:22:05 -0600 (Tue, 26 Apr 2005)
New Revision: 5123

Modified:
   branches/cross-lfs/BOOK/cross-tools/variables.xml
   branches/cross-lfs/BOOK/introduction/changelog.xml
Log:
Target updates

Modified: branches/cross-lfs/BOOK/cross-tools/variables.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/variables.xml   2005-04-26 21:38:34 UTC 
(rev 5122)
+++ branches/cross-lfs/BOOK/cross-tools/variables.xml   2005-04-26 23:22:05 UTC 
(rev 5123)
@@ -72,43 +72,43 @@
      <tbody>
         <row>
            <entry>Pentium, K6, 586 Compatibles</entry>
-           <entry>i586-unknown-linux-gnu</entry>
+           <entry>i586-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>Pentium II, Pentium III, Pentium 4</entry>
-           <entry>i686-unknown-linux-gnu</entry>
+           <entry>i686-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>Athlon, Duron</entry>
-           <entry>i686-unknown-linux-gnu</entry>
+           <entry>i686-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>Athlon64</entry>
-           <entry>x86_64-unknown-linux-gnu</entry>
+           <entry>x86_64-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>PowerPC</entry>
-           <entry>ppc-unknown-linux-gnu</entry>
+           <entry>ppc-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>PowerPC64</entry>
-           <entry>ppc64-unknown-linux-gnu</entry>
+           <entry>ppc64-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>MIPS</entry>
-           <entry>mips-unknown-linux-gnu</entry>
+           <entry>mips-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>MIPS 64</entry>
-           <entry>mips64-unknown-linux-gnu</entry>
+           <entry>mips64-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>MIPS Little Endian</entry>
-           <entry>mipsel-unknown-linux-gnu</entry>
+           <entry>mipsel-pc-linux-gnu</entry>
         </row>
         <row>
            <entry>MIPS 64 Little Endian</entry>
-           <entry>mips64el-unknown-linux-gnu</entry>
+           <entry>mips64el-pc-linux-gnu</entry>
         </row>
      </tbody>
    </tgroup>

Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-26 21:38:34 UTC 
(rev 5122)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml  2005-04-26 23:22:05 UTC 
(rev 5123)
@@ -99,6 +99,7 @@
 <listitem><para>Fixed typos in gcc-final in cross-tools.</para></listitem>
 <listitem><para>Updated util-linux instructions to ignore ARCH and CPU 
variables.</para></listitem>
 <listitem><para>Fixed glibc in cross-tools, to force threads and tls 
support.</para></listitem>
+<listitem><para>Changed target-triplet table to use -pc- instead of 
-unknown-.</para></listitem>
 </itemizedlist>
 </listitem>
 </itemizedlist>

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