Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] impending gcc-config doom
Date: Wed, 13 Oct 2004 17:13:50
Message-Id: 200410130925.37260.vapier@gentoo.org
1 i like the word 'doom', it's neat ... but enough about me, let's talk about
2 gcc-config
3
4 http://bugs.gentoo.org/show_bug.cgi?id=44731
5 the next version of gcc-config will be honouring this and gcc itself will no
6 longer be exporting CC/CXX via env.d
7
8 that means all you people out there who wrote broken ebuilds with the broken
9 ${CC}/${CXX} syntax are doomed ! convert today to the gcc.eclass and ye
10 shall be saved !
11 sed -i 's:${CC}:$(gcc-getCC):'
12
13 ${CC:-gcc} is also wrong and will only succeed in making Him smite you
14
15 thank you
16 -mike
17
18 --
19 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] impending gcc-config doom Tom Payne <twp@g.o>