Changeset 1a3e6a3 for chapter01


Ignore:
Timestamp:
04/25/2012 07:26:21 PM (12 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.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
cd3c10c
Parents:
e625c49
Message:

Merge changes developed and tested in the jh branch

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

Location:
chapter01
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re625c49 r1a3e6a3  
    3737
    3838-->
     39
     40    <listitem>
     41      <para>2012-04-25</para>
     42      <itemizedlist>
     43         <listitem>
     44           <para>[bdubbs] - Incorporate changes developed and tested in the jh branch.
     45           </para>
     46         </listitem>
     47         <listitem>
     48           <para>[jhuntwork] - Update chapter 5 toolchain technical notes to match changes
     49           in build method.</para>
     50         </listitem>
     51         <listitem>
     52           <para>[jhuntwork] - Use --with-native-system-header-dir
     53           switch in chapter 5 gcc.  This replaces seds that were used previously
     54           to alter the CROSS_SYSTEM_HEADER_DIR and NATIVE_SYSTEM_HEADER_DIR
     55           values to keep the toolchain searching for headers only in
     56           /tools/include and not /usr/include. Thanks to Pierre Labastie. Fixes
     57           <ulink url="&lfs-ticket-root;3066">#3066</ulink>.</para>
     58         </listitem>
     59         <listitem>
     60           <para>[jhuntwork] - Remove --without-cloog and --without-ppl from chapter 5 gcc.
     61           These are unnecessary since it doesn't matter if pass 1 gcc is linked against
     62           host libs and it should be impossible for the build of pass 2 gcc to find host
     63           headers or libs.</para>
     64         </listitem>
     65         <listitem>
     66           <para>[jhuntwork] - Adjust build method to use sysroot.</para>
     67         </listitem>
     68      </itemizedlist>
     69    </listitem>
     70
    3971    <listitem>
    4072      <para>2012-04-24</para>
  • chapter01/whatsnew.xml

    re625c49 r1a3e6a3  
    233233
    234234    <listitem>
    235       <para>&gcc-startfiles-patch;</para>
    236     </listitem>
    237 
    238     <listitem>
    239235      <para>&glibc-gcc_fix-patch;</para>
    240236    </listitem>
Note: See TracChangeset for help on using the changeset viewer.