From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29134 invoked by alias); 10 Nov 2002 20:36:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 28982 invoked from network); 10 Nov 2002 20:36:50 -0000 Received: from unknown (HELO delorie.com) (207.22.48.162) by sources.redhat.com with SMTP; 10 Nov 2002 20:36:50 -0000 Received: from envy.delorie.com (envy.delorie.com [207.22.48.171]) by delorie.com (8.11.6/8.9.1) with ESMTP id gAAKant24658; Sun, 10 Nov 2002 15:36:49 -0500 Received: (from dj@localhost) by envy.delorie.com (8.11.6/8.11.2) id gAAKane02433; Sun, 10 Nov 2002 15:36:49 -0500 Date: Sun, 10 Nov 2002 12:36:00 -0000 Message-Id: <200211102036.gAAKane02433@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@delorie.com using -f From: DJ Delorie To: neroden@twcny.rr.com CC: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20021110194858.GA13882@doctormoo> (message from Nathanael Nerode on Sun, 10 Nov 2002 14:48:58 -0500) Subject: Re: Patch: top level config (AIX) References: <20021110194858.GA13882@doctormoo> X-SW-Source: 2002-11/txt/msg00293.txt.bz2 > (config) > * mt-aix43: Remove. Could we postpone this removal until we verify that this works on real AIX machines? Undoing a removal is less trivial than undoing a patch. > (top level) > * configure: Add support for extra required flags for ar or nm. > * configure.in (aix4.3+): Use above support for target-specific > issues, rather than using config/mt-aix43 This is OK.