diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2017-05-25 21:42:42 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2017-05-25 21:42:42 +0000 |
commit | 9e326ab2d78d22161373ecbeb87b6256d3442e18 (patch) | |
tree | e1d4ad0640cb57bd40d0017ea799fbbcdf7b96f3 /chapter01 | |
parent | 00abb8f1501e00263aba78e959e2a84471c15aea (diff) |
Fix the build of gcc/glibc for i686 systems
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8e1932c51..4ce8ca8a5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-05-25</para> + <itemizedlist> + <listitem> + <para>[renodr] - Fix the build for i686 systems. Includes a + modification to Chapter 06 Glibc.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-05-19</para> <itemizedlist> <listitem> |