From 25771c306328211c2925f6924d849b7346f28cd0 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 4 Jul 2020 21:14:57 +0000 Subject: Various clean up: - prevent static python libraries to be installed in chapter 7 since it is not overwrittent in chapter 8 - have libstdc++-pass2 install its host specific headers into a host specific directory - clean the temporary compiler and the cros compiler at the end of chapter 8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'chapter01/changelog.xml') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5a43c9575..1bcc2cada 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,24 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2020-07-04 + + + [pierre] - Remove /tools and files containing + {i686,x86_64}-lfs in their name at the end of chapter 8. + + + [pierre] - Add --host= to libstdc++-pass2, so that host + specific headers are installed in a host specific directory. + + + [pierre] - Fix temporary Python so that static libraries + are not installed. + + + + 2020-07-01 -- cgit v1.2.3-54-g00ecf