mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
b662054375
commit
8aaa1278d2
@ -40,6 +40,12 @@
|
||||
<listitem>
|
||||
<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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user