Gentoo Archives: gentoo-user

From: Peper <peper@×××××.pl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: gcc hardened and vanilla + distcc
Date: Fri, 02 Dec 2005 14:58:36
Message-Id: 200512021553.07283.peper@aster.pl
In Reply to: Re: [gentoo-user] gcc hardened and vanilla + distcc by gentoo@mach.qrypto.org
1 > Hi,
2 > Not very sure but think you can't.
3 > When using hardened-gcc it generates code using SSP+PIE etc. specific code
4 > so it's not compatible with vanilla-gcc. No experience with 64-bit CPUs.
5 > HTH.Rumen
6
7 $ gcc-config -l
8 [1] i686-pc-linux-gnu-3.3.6
9 [2] i686-pc-linux-gnu-3.3.6-hardenednopie
10 [3] i686-pc-linux-gnu-3.3.6-hardenednopiessp
11 [4] i686-pc-linux-gnu-3.3.6-hardenednossp
12 [5] i686-pc-linux-gnu-3.3.6-vanilla
13 [6] i686-pc-linux-gnu-3.4.4 *
14 [7] i686-pc-linux-gnu-3.4.4-hardenednopie
15 [8] i686-pc-linux-gnu-3.4.4-hardenednopiessp
16 [9] i686-pc-linux-gnu-3.4.4-hardenednossp
17 [10] i686-pc-linux-gnu-3.4.4-vanilla
18
19 Aren't both version compiled? In this hardened is default so it has no suffix.
20 Or am i getting smth wrong?
21
22 --
23 Best Regards,
24 Peper
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: gcc hardened and vanilla + distcc gentoo@×××××××××××.org