This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++] minor fixes and improvements to check-abi
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: Phil Edwards <phil at jaj dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 24 Aug 2002 01:11:19 +0200
- Subject: Re: [libstdc++] minor fixes and improvements to check-abi
- References: <20020823153507.A13325@disaster.jaj.com>
Phil Edwards writes:
> Fixes a minor shell syntax bug. Sets up a default baseline file and allows
> overrides from configure.target. Gives more informative messages in common
> or possibly-common check-abi mistakes.
>
> I'm slightly confused why cross-targets would have been broken by the
> configury changes. GLIBCPP_CONFIGURE_TESTSUITE now contains a test for
> native builds, but GLIBCPP_CONFIGURE_TESTSUITE itself is only run in the
> native build case.
>
> Tested on i686-pc-linux-gnu... well, sortof. (Followup on /that/ in
> a moment.) Applied to trunk. If this is all good after a day, I'll
> copy it to the branch.
How should the comparision with i386-pc-linux-gnu be handled? Debian
still uses this (i386-linux as alias).
> 2002-08-23 Phil Edwards <pme@gcc.gnu.org>
>
> * Makefile.am (check-abi): Specify current directory.
> * acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): Fix shell syntax, use
> abi_baseline_triplet in baseline_file.
> * Makefile.in, aclocal.m4, configure: Regenerate.
> * configure.target: Add abi_baseline_triplet with default.
> * testsuite/abi_check.cc: More error checking.
thanks for the quick fixes
Matthias