diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-07-04 21:14:57 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-07-04 21:14:57 +0000 |
commit | 25771c306328211c2925f6924d849b7346f28cd0 (patch) | |
tree | 2d4557869b0e8335b80728c11b16ec5dd10bedd8 /chapter01 | |
parent | 5a986cbf759fcd9377e067f150241ef7f2b7e453 (diff) |
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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5a43c9575..1bcc2cada 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,24 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-07-04</para> + <itemizedlist> + <listitem> + <para>[pierre] - Remove /tools and files containing + {i686,x86_64}-lfs in their name at the end of chapter 8.</para> + </listitem> + <listitem> + <para>[pierre] - Add --host= to libstdc++-pass2, so that host + specific headers are installed in a host specific directory.</para> + </listitem> + <listitem> + <para>[pierre] - Fix temporary Python so that static libraries + are not installed.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <itemizedlist> <para>2020-07-01</para> <listitem> |