On Sun, Jun 10, 2012 at 11:43 PM, Feeyo | NixDevs <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > > Since the release of Sabayon 9 I can not compile any kernel modules > for the prop. ATI/AMD Drivers. All the compiles seem to fail. > > I tried compiling the RC and beta testing drivers on different kernel > versions: 3.3.0, 3.4.x All seem to fail. While before the upgrade to > SL9 it did not fail on these kernels. > > Checking my GCC configuration shows me: >> gcc --version > gcc (Gentoo Hardened 4.6.2 p1.0, pie-0.4.5) 4.6.2 > [snip] > >> gcc-config -l > [1] x86_64-pc-linux-gnu-4.5.3 > [2] x86_64-pc-linux-gnu-4.5.3-hardenednopie > [3] x86_64-pc-linux-gnu-4.5.3-hardenednopiessp > [4] x86_64-pc-linux-gnu-4.5.3-hardenednossp > [5] x86_64-pc-linux-gnu-4.5.3-vanilla > [6] x86_64-pc-linux-gnu-4.6.2 > [7] x86_64-pc-linux-gnu-4.6.2-hardenednopie > [8] x86_64-pc-linux-gnu-4.6.2-hardenednopiessp > [9] x86_64-pc-linux-gnu-4.6.2-hardenednossp > [10] x86_64-pc-linux-gnu-4.6.2-vanilla * > > Is it normal that it always uses the hardened profile while doing a > gcc --version even when using a non Hardened config: > [10] x86_64-pc-linux-gnu-4.6.2-vanilla * >
Yes, gcc --version will indicate "Hardened". "[10] x86_64-pc-linux-gnu-4.6.2-vanilla" is actually what is referred to as the gcc profile. What versions of kernels and kernel sources are installed?
