diff options
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c521419a5..e9f8d40aa 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,38 @@ </listitem> --> + + <listitem> + <para>2012-04-25</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Incorporate changes developed and tested in the jh branch. + </para> + </listitem> + <listitem> + <para>[jhuntwork] - Update chapter 5 toolchain technical notes to match changes + in build method.</para> + </listitem> + <listitem> + <para>[jhuntwork] - Use --with-native-system-header-dir + switch in chapter 5 gcc. This replaces seds that were used previously + to alter the CROSS_SYSTEM_HEADER_DIR and NATIVE_SYSTEM_HEADER_DIR + values to keep the toolchain searching for headers only in + /tools/include and not /usr/include. Thanks to Pierre Labastie. Fixes + <ulink url="&lfs-ticket-root;3066">#3066</ulink>.</para> + </listitem> + <listitem> + <para>[jhuntwork] - Remove --without-cloog and --without-ppl from chapter 5 gcc. + These are unnecessary since it doesn't matter if pass 1 gcc is linked against + host libs and it should be impossible for the build of pass 2 gcc to find host + headers or libs.</para> + </listitem> + <listitem> + <para>[jhuntwork] - Adjust build method to use sysroot.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2012-04-24</para> <itemizedlist> |