Re: [gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-14 Thread Mike Gilbert
On 11/14/2011 3:03 PM, Mike Frysinger wrote: > On Monday 14 November 2011 14:00:01 Mike Gilbert wrote: >> On 11/13/2011 11:37 PM, Mike Frysinger wrote: >>> On Sunday 13 November 2011 16:42:39 Mike Gilbert wrote: If I understand you correctly, you are just going to add a "cxx" use flag to

Re: [gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-14 Thread Mike Frysinger
On Monday 14 November 2011 14:00:01 Mike Gilbert wrote: > On 11/13/2011 11:37 PM, Mike Frysinger wrote: > > On Sunday 13 November 2011 16:42:39 Mike Gilbert wrote: > >> If I understand you correctly, you are just going to add a "cxx" use > >> flag to gcc for some transitional period? If so, I can s

Re: [gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-14 Thread Mike Gilbert
On 11/13/2011 11:37 PM, Mike Frysinger wrote: > On Sunday 13 November 2011 16:42:39 Mike Gilbert wrote: >> If I understand you correctly, you are just going to add a "cxx" use >> flag to gcc for some transitional period? If so, I can simply switch it >> at some point after you add the new flag? >

Re: [gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-14 Thread Mike Frysinger
On Sunday 13 November 2011 13:42:43 Mike Frysinger wrote: > now that we have USE=cxx, and base/make.defaults has USE=cxx, i'd like to > migrate gcc away from USE=nocxx. http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.478&r2=1.479 -mike signature.asc Description: This is a digitally signed

Re: [gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-13 Thread Mike Frysinger
On Sunday 13 November 2011 16:42:39 Mike Gilbert wrote: > If I understand you correctly, you are just going to add a "cxx" use > flag to gcc for some transitional period? If so, I can simply switch it > at some point after you add the new flag? transition period: http://sources.gentoo.org/www-clie

Re: [gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-13 Thread Mike Gilbert
On 11/13/2011 01:42 PM, Mike Frysinger wrote: > now that we have USE=cxx, and base/make.defaults has USE=cxx, i'd like to > migrate gcc away from USE=nocxx. > > since this can be a pickle, i'd propose toolchain.eclass grow the checks: > - use cxx && use nocxx && die > - use !cxx && us

[gentoo-dev] conversion of USE=nocxx to USE=cxx

2011-11-13 Thread Mike Frysinger
now that we have USE=cxx, and base/make.defaults has USE=cxx, i'd like to migrate gcc away from USE=nocxx. since this can be a pickle, i'd propose toolchain.eclass grow the checks: - use cxx && use nocxx && die - use !cxx && use !nocxx && die this way when i do cut over from USE=