diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-04-25 19:26:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-04-25 19:26:21 +0000 |
commit | 1a3e6a31a791143c3075dab21a5d47a0f344cce5 (patch) | |
tree | 6537fe002b3adb78f6bb53b95d8cf53192695be7 /chapter01/changelog.xml | |
parent | e625c495b0a4c08dcdde896af680fd787a42fa2e (diff) |
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
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> |