diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-18 15:14:26 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-18 15:14:26 +0000 |
commit | 98e7ac4cd781b87271d1ba1b90717de08023d4b7 (patch) | |
tree | 84ddf70f48d9f740fbc467ea4a3f0f1f02aabbf3 /chapter01 | |
parent | be3d9f313a25000d1cbaa631852be62330828f2c (diff) |
Update toolchain sanity checks to use values for x86_64.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11155 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 413830867..3afd45c21 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,12 +43,23 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2016-12-18</para> + <itemizedlist> + <listitem> + <para>[dj] - Update toolchain sanity checks to use values for + x86_64.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2016-12-17</para> <itemizedlist> <listitem> <para>[dj] - Remove {,/usr}/lib64 symlinks for x86_64 builds. Add /lib64 directory with symlinks to dynamic loader. Adjust installation - of glibc, gcc, and libcap to account for filesystemd changes.</para> + of glibc, gcc, and libcap to account for directory layout + changes.</para> </listitem> </itemizedlist> </listitem> |