aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter05/glibc.xml6
-rw-r--r--chapter06/glibc.xml6
-rw-r--r--general.ent4
4 files changed, 24 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 99b4559c9..4212542d7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2015-02-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add a fix to glibc for 32-bit architectures. Fixes
+ <ulink url="&lfs-ticket-root;3755">#3755</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2015-02-22</para>
<itemizedlist>
<listitem>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 445c0c6c1..7d98d9008 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -52,6 +52,12 @@
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
fi</userinput></screen>
+ <para>Fix is regression in the package that affects 32-bit architectures:</para>
+
+<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
+ -e '/SSE2/s/^1://' \
+ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index a16ff6c58..3f87248c9 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -68,6 +68,12 @@
Glibc autoconf tests would give false results and defeat the goal
of achieving a clean build.</para>
+ <para>Fix is regression in the package that affects 32-bit architectures:</para>
+
+<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
+ -e '/SSE2/s/^1://' \
+ -i sysdeps/i386/i686/multiarch/mempcpy_chk.S</userinput></screen>
+
<para>The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:</para>
diff --git a/general.ent b/general.ent
index bb14b4ede..cc531a343 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-<!ENTITY version "SVN-20150222">
+<!ENTITY version "SVN-20150223">
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release
but not -rc releases -->
-<!ENTITY releasedate "February 22, 2015">
+<!ENTITY releasedate "February 23, 2015">
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->