This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: How seriously to take abi-check
- From: "Jonathan Wakely" <jwakely dot gcc at gmail dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 6 Mar 2006 17:58:46 +0000
- Subject: Re: How seriously to take abi-check
- References: <20060303040336.GA829@eskimo.com>
On 03/03/06, Jim Osborn <jimo@eskimo.com> wrote:
> Is there a way to get a "baseline" that corresponds to the config
> options supplied to the build? If not, is this test generally
> taken very seriously? It seems to stop "make check" when it
> fails, so I'm tempted to try to make it pass, but maybe I'm
> wasting my time.
The GCC docs suggest using "make -k check" which will get you past the abi-check at least.
jon