Gentoo Archives: gentoo-amd64

From: Peter Humphrey <prh@××××××××××.uk>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] GCC 4 CFLAGS
Date: Sun, 24 Sep 2006 22:51:54
Message-Id: 200609242250.04318.prh@gotadsl.co.uk
In Reply to: Re: [gentoo-amd64] GCC 4 CFLAGS by David Fellows
1 On Sunday 24 September 2006 14:48, David Fellows wrote:
2
3 > Well -combine is a gcc 4.1.1 option, it is not a gcc 3.x option.
4 > I would guess you are not compiling using gcc 4.1.1. Why you aren't is
5 > another question....
6 >
7 > Use gcc-select
8 > to see what is set for your default gcc and reset it if need be.
9
10 $ gcc-select
11 bash: gcc-select: command not found
12 $ eselect compiler list
13 Available compilers for CTARGET i686-pc-linux-gnu
14 [1] x86_64-pc-linux-gnu-3.4.4/x86-hardened
15 [2] x86_64-pc-linux-gnu-3.4.4/x86-hardenednopie
16 [3] x86_64-pc-linux-gnu-3.4.4/x86-hardenednopiessp
17 [4] x86_64-pc-linux-gnu-3.4.4/x86-hardenednossp
18 [5] x86_64-pc-linux-gnu-3.4.4/x86-vanilla
19 [6] x86_64-pc-linux-gnu-4.1.1/x86-vanilla
20 Available compilers for CTARGET x86_64-pc-linux-gnu
21 [7] x86_64-pc-linux-gnu-3.4.4/amd64-hardened
22 [8] x86_64-pc-linux-gnu-3.4.4/amd64-hardenednopie
23 [9] x86_64-pc-linux-gnu-3.4.4/amd64-hardenednopiessp
24 [10] x86_64-pc-linux-gnu-3.4.4/amd64-hardenednossp
25 [11] x86_64-pc-linux-gnu-3.4.4/amd64-vanilla
26 [12] x86_64-pc-linux-gnu-4.1.1/amd64-vanilla
27
28 Activated profiles:
29 i686-pc-linux-gnu x86_64-pc-linux-gnu-4.1.1/x86-vanilla
30 x86_64-pc-linux-gnu * x86_64-pc-linux-gnu-4.1.1/amd64-vanilla
31
32 Is that what you meant?
33
34 --
35 Rgds
36 Peter
37 --
38 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] GCC 4 CFLAGS David Fellows <fellows@×××.ca>
Re: [gentoo-amd64] GCC 4 CFLAGS Joaquim Quinteiro Uchoa <joaquim.uchoa@×××××.com>