Changeset 3efd483


Ignore:
Timestamp:
10/20/2008 02:58:14 PM (16 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
a79ca5f
Parents:
a173f89
Message:

Merge r8682, r8683 and r8684 to jh branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra173f89 r3efd483  
    3939
    4040    <listitem>
     41      <para>2008-10-20</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[jhuntwork] - GCC 4.3.2 uses a new directory for fixed includes. Fixed
     45          the adjust toolchain scripts to point to the new location.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4151      <para>2008-10-19</para>
    4252      <itemizedlist>
     53        <listitem>
     54          <para>[bdubbs] - Added a note to the Host System Requirements that the
     55          Linux host must be a 32-bit system and that the book only supports
     56          a 32-bit build.</para>
     57        </listitem>
    4358        <listitem>
    4459          <para>[randy] - Updated the book to use 4.13a as the Texinfo version,
  • chapter05/adjusting.xml

    ra173f89 r3efd483  
    6565
    6666<!-- && used to ease copy and pasting -->
    67 <screen><userinput>GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include &amp;&amp;
    68 find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &amp;&amp;
    69 rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &amp;&amp;
    70 unset GCC_INCLUDEDIR</userinput></screen>
     67<screen><userinput>GCC_FIXED=`dirname $(gcc -print-libgcc-file-name)`/include-fixed &amp;&amp;
     68find ${GCC_FIXED}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &amp;&amp;
     69rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_FIXED}/*` &amp;&amp;
     70unset GCC_FIXED</userinput></screen>
    7171
    7272  <caution>
  • general.ent

    ra173f89 r3efd483  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-JH-20081019">
    3 <!ENTITY releasedate "October 19, 2008">
     2<!ENTITY version "SVN-JH-20081020">
     3<!ENTITY releasedate "October 20, 2008">
    44<!ENTITY copyrightdate "1999&ndash;2008">
    55<!ENTITY milestone "7.0">
  • prologue/hostreqs.xml

    ra173f89 r3efd483  
    100100      kernel and configuring the boot loader (assuming the host uses GRUB) are
    101101      located in <xref linkend="chapter-bootable"/>.</para>
     102
     103      <note>
     104        <para>This version of the book builds a 32-bit Linux system and
     105        requires an existing 32-bit version of of the kernel on the Intel/AMD
     106        x86 architecture.  Adding capabilty for x86_64 systems is a major
     107        objective of a future version of LFS.  Support for 64-bit systems and
     108        additional architectures can be found in the Cross-Compiled Linux From
     109        Scratch (CLFS) project at <ulink url="http://cross-lfs.org/view/svn/"/>.
     110        </para>
     111      </note>
     112
    102113    </listitem>
    103114
  • stylesheets/lfs-xsl/lfs.css

    ra173f89 r3efd483  
    292292div.admon p {
    293293  margin-left: .5em;
     294  padding-bottom: .4em;
    294295}
    295296
Note: See TracChangeset for help on using the changeset viewer.