aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-08-15 19:37:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-08-15 19:37:38 +0000
commit8aaa1278d20dab9ac258aa5bd7d365d172bf83af (patch)
tree7262b04983488340f9403090c17bacb219250d5c /chapter06
parentb6620543755b922e4acf6ff5bb7697229ad7c6e2 (diff)
Added a note to the zlib build options
concerning -mstackrealign and non-Intel architectures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/zlib.xml3
1 files changed, 2 insertions, 1 deletions
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>