This commit is contained in:
Thomas Trepl 2025-06-15 02:24:23 +02:00
parent bdaae92231
commit d755398007
3 changed files with 4 additions and 5 deletions

View File

@ -93,7 +93,7 @@
<ulink url='&lfs-ticket-root;5734'>#5734</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update build instructions to accomodate
<para>[bdubbs] - Update build instructions to accommodate
gcc-15 for bc, expect, ncurses, and gmp.</para>
</listitem>
<listitem>

View File

@ -62,7 +62,7 @@
CFLAGS is still automatically set to -march=something. -->
</note>
<para>First, make an adjustment for compatibilty with gcc-15 and later:</para>
<para>First, make an adjustment for compatibility with gcc-15 and later:</para>
<screen><userinput remap="pre">sed -i '/long long t1;/,+1s/()/(...)/' configure</userinput></screen>

View File

@ -49,9 +49,8 @@
<screen><userinput remap="make">make</userinput></screen>
<para>To test the results, issue:</para>
<screen><userinput remap="test">make check</userinput></screen>
<para>The tests require the <application>Check</application> library
that we've removed from LFS.</para>
<para>Install the package:</para>