Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: Enable USE="cxx" in base/make.defaults ?
Date: Mon, 09 Nov 2009 20:06:17
Message-Id: 200911091508.09814.vapier@gentoo.org
In Reply to: [gentoo-dev] RFC: Enable USE="cxx" in base/make.defaults ? by Samuli Suominen
1 On Monday 09 November 2009 05:37:49 Samuli Suominen wrote:
2 > $subject
3
4 sounds good to me
5
6 > but disable it in profiles/uclibc/make.defaults, since AFAIK, uclibc
7 > doesn't have libstdc++
8
9 erm, no, that isnt correct at all. libstdc++ comes from gcc, not the C
10 library. and there is little in the C library that gcc needs for functioning
11 C++ support.
12
13 ignoring that, it should be disabled by default in the uClibc profiles
14
15 > because every ebuild adding USE="cxx" is doing EAPI="2" now, and having
16 > it in profiles by default, would allow also EAPI="0" toolchain and
17 > system ebuilds to stop using nocxx.
18 >
19 > did I miss something?
20
21 be good to finally convert nocxx ... but that's a different topic ...
22 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] RFC: Enable USE="cxx" in base/make.defaults ? Samuli Suominen <ssuominen@g.o>