Changeset 636acbb1


Ignore:
Timestamp:
03/12/2010 07:00:36 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc7ba13
Parents:
2bca724d
Message:

Added a note to the GCC instructions about compiling 3rd party modules and to not replace the kernel headers

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8326 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r2bca724d r636acbb1  
    4444    more robust Java environment than the one provided by
    4545    <application>GCC</application>.</para>
     46
     47    <caution>
     48      <para>If you are upgrading <application>GCC</application> from any other
     49      version prior to &gcc-version;, then you must be careful compiling 3rd
     50      party kernel modules. You should ensure that the kernel and all its
     51      native modules are also compiled using the same version of
     52      <application>GCC</application> that you use to build the 3rd party module.
     53      This issue does not affect native kernel (and kernel modules) updates,
     54      as the instructions below are a complete reinstallation of
     55      <application>GCC</application>. If you have existing 3rd party modules
     56      installed, ensure they are recompiled using the updated version of
     57      <application>GCC</application>. As always, never update the kernel
     58      headers from the ones used when <application>Glibc</application> was
     59      compiled during LFS.</para>
     60    </caution>
    4661
    4762    &lfs65_checked;
Note: See TracChangeset for help on using the changeset viewer.