Gentoo Archives: gentoo-dev

From: Tom Payne <twp@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] impending gcc-config doom
Date: Thu, 14 Oct 2004 08:35:01
Message-Id: 20041014083504.GA11766@tompayne.org
In Reply to: [gentoo-dev] impending gcc-config doom by Mike Frysinger
1 On Wed, Oct 13, 2004 at 09:25:37AM -0400, Mike Frysinger wrote:
2 > http://bugs.gentoo.org/show_bug.cgi?id=44731
3 > the next version of gcc-config will be honouring this and gcc itself will no
4 > longer be exporting CC/CXX via env.d
5 >
6 > that means all you people out there who wrote broken ebuilds with the broken
7 > ${CC}/${CXX} syntax are doomed ! convert today to the gcc.eclass and ye
8 > shall be saved !
9 > sed -i 's:${CC}:$(gcc-getCC):'
10
11 Is there an equivalent for g++?
12
13 Currently media-gfx/sam2p uses
14 CXX="$(gcc-config -B)/g++"
15 but presumably there's a better way.
16
17 Cheers,
18 --
19 Tom
20
21 --
22 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] impending gcc-config doom Patrick Kursawe <phosphan@g.o>
Re: [gentoo-dev] impending gcc-config doom Mike Frysinger <vapier@g.o>