aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml6
-rw-r--r--chapter06/zlib.xml3
2 files changed, 8 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d4d45d4c3..9a7d81baa 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,12 @@
<para>2010-08-15</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Added a note to the zlib build options
+ explanation that -mstackrealign may cause build failures
+ on non-Intel architectures. Fixes
+ <ulink url="&lfs-ticket-root;2733">#2733</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Fix a bug in iproute2 that prevents
<command>ip route get</command> from producing any output. Thanks to
Thomas Trepl for the report, and to Andrew Benton for the fix.</para>
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 04746c4bf..ab9ae94e7 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -56,7 +56,8 @@
<term><envar>CFLAGS='-mstackrealign -fPIC -O3'</envar></term>
<listitem>
<para>Setting CFLAGS overrides the default optimization in the
- package to prevent some run time errors.</para>
+ package to prevent some run time errors. Note that the -mstackrealign
+ may cause build failures in non-Intel architeture systems.</para>
</listitem>
</varlistentry>
</variablelist>