mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add a note on added gcc flag
This commit is contained in:
parent
1e404d569a
commit
3d1f48fc92
@ -636,6 +636,10 @@ CXX="g++ -m32 -mstackrealign" \
|
|||||||
--libexecdir=/usr/lib32 \
|
--libexecdir=/usr/lib32 \
|
||||||
libc_cv_slibdir=/usr/lib32</userinput></screen>
|
libc_cv_slibdir=/usr/lib32</userinput></screen>
|
||||||
|
|
||||||
|
<para>Adding the <literal>-mstackrealign</literal> flag helps to
|
||||||
|
overcome issues with old binaries which cannot be recompiled
|
||||||
|
on the actual OS.</para>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user