From 1a3e6a31a791143c3075dab21a5d47a0f344cce5 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 25 Apr 2012 19:26:21 +0000 Subject: 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 --- chapter01/changelog.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'chapter01/changelog.xml') 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 @@ --> + + + 2012-04-25 + + + [bdubbs] - Incorporate changes developed and tested in the jh branch. + + + + [jhuntwork] - Update chapter 5 toolchain technical notes to match changes + in build method. + + + [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 + #3066. + + + [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. + + + [jhuntwork] - Adjust build method to use sysroot. + + + + 2012-04-24 -- cgit v1.2.3-54-g00ecf