This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [v3] make check-abi
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 23 Aug 2002 16:57:57 +0200
- Subject: Re: [v3] make check-abi
- References: <200208222001.g7MK1Od03578@fillmore.constant.com>
Benjamin Kosnik wrote:
2002-08-22 Benjamin Kosnik <bkoz@redhat.com>
Phil Edwards <pme@gcc.gnu.org>
Ulrich Drepper <drepper@redhat.com>
* Makefile.am (check-abi): New rule.
* configure: Regenerate.
Does this work??
if test x"$build" == x"$host" && test -z "$with_cross_host"; then
^^
Had a failure under solaris 2.6, after deleting it seems to build.
I'm not sure....
Andreas