Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] List of packages which 'inherit gcc'
Date: Sun, 15 May 2005 21:00:52
Message-Id: 200505151703.54300.vapier@gentoo.org
In Reply to: [gentoo-dev] List of packages which 'inherit gcc' by Danny van Dyk
1 On Sunday 15 May 2005 04:54 pm, Danny van Dyk wrote:
2 > Please use toolchain-funcs.eclass where possible.
3
4 note that the only syntax change you need to make is:
5 gcc-getCC -> tc-getCC
6 gcc-getCXX -> tc-getCXX
7
8 otherwise toolchain-funcs should drop in nicely for gcc
9
10 > Also, Diego
11 > (Flameeyes) asked me to remind the maintainers of those packages to make
12 > sure their routines work with gcc-4, too.
13 > (Things like [[ $(gcc-version) == 3.4 ]] should be changed to apply to
14 > gcc-4 as well, as that version is even more nitpicking than gcc-3.4)
15
16 even better, you should ask yourself why you need to check the gcc version and
17 see if you cant make it make work properly regardless of the version
18 -mike
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] List of packages which 'inherit gcc' "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>
Re: [gentoo-dev] List of packages which 'inherit gcc' Michael Cummings <mcummings@g.o>