[Clfs-commits] commit: r4197 - in /trunk/BOOK: ./ bootable/ bootscripts/ chroot/ cross-tools/ cross-tools/native/ cross-tools/native64/ final-system/ introduction/ introduction/native64/ materials/ materials/native64/ partitioning/ prologue/native64/ stylesheets/ temp-system/ temp-system/native64/ testsuite-tools/

svn at cross-lfs.org svn at cross-lfs.org
Wed Dec 24 00:08:11 PST 2008


Author: jim
Date: Wed Dec 24 08:08:11 2008
New Revision: 4197

Log:
Second Commit for Native Build

Added:
    trunk/BOOK/bootable/native64-chapter.xml
    trunk/BOOK/bootscripts/native64-chapter.xml
    trunk/BOOK/chroot/native64-chapter.xml
    trunk/BOOK/cross-tools/native/toolchain.xml
    trunk/BOOK/cross-tools/native64/
    trunk/BOOK/cross-tools/native64-chapter.xml
    trunk/BOOK/cross-tools/native64/cflags.xml
    trunk/BOOK/cross-tools/native64/glibc.xml
    trunk/BOOK/cross-tools/native64/introduction.xml
    trunk/BOOK/cross-tools/native64/linux-headers.xml
    trunk/BOOK/cross-tools/native64/toolchain.xml
    trunk/BOOK/final-system/native64-chapter.xml
    trunk/BOOK/introduction/native64/
    trunk/BOOK/introduction/native64-chapter.xml
    trunk/BOOK/introduction/native64/changelog.xml
    trunk/BOOK/introduction/native64/how.xml
    trunk/BOOK/introduction/native64/livecd.xml
    trunk/BOOK/introduction/native64/whatsnew.xml
    trunk/BOOK/materials/native64/
    trunk/BOOK/materials/native64-chapter.xml
    trunk/BOOK/materials/native64/packages.xml
    trunk/BOOK/materials/native64/patches.xml
    trunk/BOOK/native64-index.xml
    trunk/BOOK/partitioning/native64-chapter.xml
    trunk/BOOK/prologue/native64/
    trunk/BOOK/prologue/native64/bookinfo.xml
    trunk/BOOK/temp-system/native64/
    trunk/BOOK/temp-system/native64-chapter.xml
    trunk/BOOK/temp-system/native64/bash.xml
    trunk/BOOK/temp-system/native64/binutils.xml
    trunk/BOOK/temp-system/native64/bzip2.xml
    trunk/BOOK/temp-system/native64/coreutils.xml
    trunk/BOOK/temp-system/native64/diffutils.xml
    trunk/BOOK/temp-system/native64/file.xml
    trunk/BOOK/temp-system/native64/findutils.xml
    trunk/BOOK/temp-system/native64/gawk.xml
    trunk/BOOK/temp-system/native64/gcc.xml
    trunk/BOOK/temp-system/native64/gettext.xml
    trunk/BOOK/temp-system/native64/gmp.xml
    trunk/BOOK/temp-system/native64/grep.xml
    trunk/BOOK/temp-system/native64/gzip.xml
    trunk/BOOK/temp-system/native64/lzma.xml
    trunk/BOOK/temp-system/native64/m4.xml
    trunk/BOOK/temp-system/native64/make.xml
    trunk/BOOK/temp-system/native64/mpfr.xml
    trunk/BOOK/temp-system/native64/ncurses.xml
    trunk/BOOK/temp-system/native64/patch.xml
    trunk/BOOK/temp-system/native64/sed.xml
    trunk/BOOK/temp-system/native64/tar.xml
    trunk/BOOK/temp-system/native64/texinfo.xml
    trunk/BOOK/temp-system/native64/zlib.xml
    trunk/BOOK/testsuite-tools/native64-chapter.xml
Removed:
    trunk/BOOK/cross-tools/native/binutils.xml
    trunk/BOOK/cross-tools/native/file.xml
    trunk/BOOK/cross-tools/native/gcc-final.xml
    trunk/BOOK/cross-tools/native/gcc-static.xml
Modified:
    trunk/BOOK/Makefile
    trunk/BOOK/cross-tools/native-chapter.xml
    trunk/BOOK/general.ent
    trunk/BOOK/stylesheets/top-index.xsl

Modified: trunk/BOOK/Makefile
==============================================================================
--- trunk/BOOK/Makefile (original)
+++ trunk/BOOK/Makefile Wed Dec 24 08:08:11 2008
@@ -7,7 +7,8 @@
 
 S		:= -
 
-ARCHS		:= x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 ppc ppc64 alpha native
+ARCHS		:= x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 \
+		   ppc ppc64 alpha native native64
 
 ARCHS_HTML	:= $(ARCHS:%=%$(S)html)
 ARCHS_NOCHUNKS	:= $(ARCHS:%=%$(S)nochunks)

Modified: trunk/BOOK/cross-tools/native-chapter.xml
==============================================================================
--- trunk/BOOK/cross-tools/native-chapter.xml (original)
+++ trunk/BOOK/cross-tools/native-chapter.xml Wed Dec 24 08:08:11 2008
@@ -14,10 +14,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/linux-headers.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/file.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/binutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gcc-static.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/toolchain.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/glibc.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="native/gcc-final.xml"/>
 
 </chapter>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Wed Dec 24 08:08:11 2008
@@ -27,6 +27,8 @@
 <!ENTITY version-mips64 "&version;-MIPS64-Multilib">
 <!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
 <!ENTITY version-alpha "&version;-ALPHA">
+<!ENTITY version-native "&version;-Native">
+<!ENTITY version-native64 "&version;-Native-Multilib">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
 <!ENTITY clfs-root "http://cross-lfs.org/">

Modified: trunk/BOOK/stylesheets/top-index.xsl
==============================================================================
--- trunk/BOOK/stylesheets/top-index.xsl (original)
+++ trunk/BOOK/stylesheets/top-index.xsl Wed Dec 24 08:08:11 2008
@@ -105,7 +105,14 @@
           <li>
             <h4>
               <a href="native">
-                <xsl:text>Native</xsl:text>
+                <xsl:text>Native 32Bit</xsl:text>
+              </a>
+            </h4>
+          </li>
+          <li>
+            <h4>
+              <a href="native64">
+                <xsl:text>Native Multilib</xsl:text>
               </a>
             </h4>
           </li>




More information about the Clfs-commits mailing list