Changeset 5f28def


Ignore:
Timestamp:
03/31/2015 09:25:42 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2d0d0d7
Parents:
4519609
Message:

Adjust discussion of LFS envronment variable to be before first use.
Use --with-glibc-version=2.11 in gcc-pass1.
Update to dejagnu-1.5.3.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4519609 r5f28def  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>2015-03-31</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Adjust discussion of LFS envronment variable to be
     44          before first use.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[bdubbs] - Use --with-glibc-version=2.11 in gcc-pass1.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Update to dejagnu-1.5.3. Fixes
     51          <ulink url="&lfs-ticket-root;3773">#3773</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    3855
    3956    <listitem>
  • chapter01/whatsnew.xml

    r4519609 r5f28def  
    5656      <para>Coreutils &coreutils-version;</para>
    5757    </listitem>-->
    58     <!--<listitem>
     58    <listitem>
    5959      <para>DejaGNU &dejagnu-version;</para>
    60     </listitem>-->
     60    </listitem>
    6161    <!--<listitem>
    6262      <para>Diffutils &diffutils-version;</para>
  • chapter02/chapter02.xml

    r4519609 r5f28def  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingpartition.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingfilesystem.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlfs.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mounting.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="aboutlfs.xml"/>
    1919
    2020</chapter>
  • chapter02/mounting.xml

    r4519609 r5f28def  
    1414  be made accessible. In order to do this, the partition needs to be
    1515  mounted at a chosen mount point. For the purposes of this book, it is
    16   assumed that the file system is mounted under <filename
    17   class="directory">/mnt/lfs</filename>, but the directory choice is up
    18   to you.</para>
     16  assumed that the file system is mounted under the directory specified by the
     17  <envar>LFS</envar> envronment varibale as described in the previous section.
     18  </para>
    1919
    20   <para>Choose a mount point and assign it to the <envar>LFS</envar>
    21   environment variable by running:</para>
    22 
    23 <screen role="nodump"><userinput>export LFS=/mnt/lfs</userinput></screen>
    24 
    25   <para>Next, create the mount point and mount the LFS file system by
    26   running:</para>
     20  <para>Create the mount point and mount the LFS file system by running:</para>
    2721
    2822<screen role="nodump"><userinput>mkdir -pv $LFS
  • chapter05/gcc-pass1.xml

    r4519609 r5f28def  
    9999    prevents unexpected changes to the original files in case the commands are
    100100    inadvertently run twice.  </para>
    101 
     101<!--
    102102    <para>GCC doesn't detect stack protection correctly, which causes problems
    103103    for the build of Glibc-&glibc-version;, so fix that by issuing the following
     
    105105
    106106<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
     107-->
     108
    107109<!--
    108110    <para>Also fix a problem identified upstream:</para>
     
    121123    --target=$LFS_TGT                                \
    122124    --prefix=/tools                                  \
     125    --with-glibc-version=2.11                        \
    123126    --with-sysroot=$LFS                              \
    124127    --with-newlib                                    \
  • general.ent

    r4519609 r5f28def  
    1 <!ENTITY version         "SVN-20150328">
     1<!ENTITY version         "SVN-20150331">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "March 28, 2015">
     4<!ENTITY releasedate     "March 31, 2015">
    55<!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.8">
  • packages.ent

    r4519609 r5f28def  
    106106<!ENTITY coreutils-ch6-sbu "2.5 SBU">
    107107
    108 <!ENTITY dejagnu-version "1.5.2">
    109 <!ENTITY dejagnu-size "583 KB">
     108<!ENTITY dejagnu-version "1.5.3">
     109<!ENTITY dejagnu-size "584 KB">
    110110<!ENTITY dejagnu-url "&gnu;dejagnu/dejagnu-&dejagnu-version;.tar.gz">
    111 <!ENTITY dejagnu-md5 "97a86a21c92ac456641a97f712ea40ac">
     111<!ENTITY dejagnu-md5 "5bda2cdb1af51a80aecce58d6e42bd2f">
    112112<!ENTITY dejagnu-home "&gnu-software;dejagnu/">
    113113<!ENTITY dejagnu-ch5-du "4.6 MB">
  • prologue/hostreqs.xml

    r4519609 r5f28def  
    7878
    7979    <listitem>
    80       <para><emphasis role="strong">Glibc-2.5.1</emphasis> (Versions
     80      <para><emphasis role="strong">Glibc-2.11</emphasis> (Versions
    8181      greater than &glibc-version; are not recommended as they have
    8282      not been tested)</para>
Note: See TracChangeset for help on using the changeset viewer.