From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 6941 invoked from network); 11 Nov 2002 20:58:00 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Nov 2002 20:58:00 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gABKYww01571 for ; Mon, 11 Nov 2002 15:34:58 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gABKvwD19361; Mon, 11 Nov 2002 15:57:58 -0500 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gABKvvq26340; Mon, 11 Nov 2002 15:57:58 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id gABKvkJ27471; Mon, 11 Nov 2002 13:57:46 -0700 Date: Mon, 11 Nov 2002 17:15:00 -0000 From: Kevin Buettner Message-Id: <1021111205745.ZM27470@localhost.localdomain> In-Reply-To: Joel Brobecker "Re: [Head/5.3] Build failure on powerpc-aix-4.3.2" (Nov 9, 12:00pm) References: <20021103191127.GJ19987@gnat.com> <3DCC86A8.1060502@redhat.com> <20021109200050.GQ22573@gnat.com> To: Joel Brobecker , Andrew Cagney Subject: Re: [Head/5.3] Build failure on powerpc-aix-4.3.2 Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00314.txt.bz2 On Nov 9, 12:00pm, Joel Brobecker wrote: > Thinking more about it, though, I am realizing that we should probably > add a configure test that deactivates this code if we detect that the > thread debug library is too ancient... Thoughts? Yes, that sounds right to me. Kevin