glibc: upgrade: Note that "fixed" headers may need to be removed

This commit is contained in:
Xi Ruoyao 2025-02-04 13:36:03 +08:00
parent 4f401fb372
commit 5112b5ee91
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -317,6 +317,15 @@ install -vm755 dest/usr/lib/*.so.* /usr/lib</userinput></screen>
the locales. Once they are finished, reboot the system
immediately.
</para>
<para>
When the system has successfully rebooted, if you are running
a LFS system prior to 12.0 (exclusive) where GCC was not built
with the <parameter>--disable-fixincludes</parameter> option,
remove the stale <quote>fixed</quote> copies of the Glibc headers:
</para>
<screen role='nodump'><userinput>rm -rfv $(dirname $(gcc -print-libgcc-file-name))/include-fixed/*</userinput></screen>
</important>
<para>Install the package:</para>