Add a note on added gcc flag

This commit is contained in:
Thomas Trepl 2024-11-08 03:49:05 +01:00
parent 1e404d569a
commit 3d1f48fc92

View File

@ -636,6 +636,10 @@ CXX="g++ -m32 -mstackrealign" \
--libexecdir=/usr/lib32 \
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>
<screen><userinput remap="make">make</userinput></screen>