Author: bdubbs
Date: 2010-08-15 13:37:38 -0600 (Sun, 15 Aug 2010)
New Revision: 9360

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/zlib.xml
Log:
Added a note to the zlib build options
concerning -mstackrealign and non-Intel architectures

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-08-15 19:21:15 UTC (rev 9359)
+++ trunk/BOOK/chapter01/changelog.xml  2010-08-15 19:37:38 UTC (rev 9360)
@@ -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>

Modified: trunk/BOOK/chapter06/zlib.xml
===================================================================
--- trunk/BOOK/chapter06/zlib.xml       2010-08-15 19:21:15 UTC (rev 9359)
+++ trunk/BOOK/chapter06/zlib.xml       2010-08-15 19:37:38 UTC (rev 9360)
@@ -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>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to