[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc 3.2 transition in unstable



On Mon, Jan 06, 2003 at 12:19:11PM +1000, Drew Parsons wrote:
> On Sun, Jan 05, 2003 at 02:35:09PM -0800, Ryan Murray wrote:
> > 
> >    How do I know what ABI a given g++ is using?
> > 
> >    The following command will show you the C++ ABI version being used by
> >    g++:
> >    g++ -E -dM - < /dev/null | awk '/GXX_ABI/ {print $3}'
> > 
> 
> This doesn't work for gcc 2.95:

Yes.  It works for I believe 3.1 and up only.  If you don't get an ABI,
it's too old :P

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: