From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10818 invoked by alias); 1 Sep 2004 18:33:08 -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 10765 invoked from network); 1 Sep 2004 18:33:03 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 1 Sep 2004 18:33:03 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 85CE147D91; Wed, 1 Sep 2004 11:33:02 -0700 (PDT) Date: Wed, 01 Sep 2004 18:33:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA] Delete aix432.mh, use aix.mh instead Message-ID: <20040901183302.GF969@gnat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/Uq4LBwYP4y1W6pO" Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-09/txt/msg00016.txt.bz2 --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 358 Re: http://sources.redhat.com/ml/gdb-patches/2004-08/msg00439.html This implements the suggestion made above. 2004-09-01 Joel Brobecker * configure.host: Use aix.mh for all powerpc-aix hosts. * config/powerpc/aix432.mh: Delete, no longer necessary. Tested on powerpc-aix 5.1, no regression. Ok to apply? Thanks, -- Joel --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="merge.diff" Content-length: 682 Index: configure.host =================================================================== RCS file: /cvs/src/src/gdb/configure.host,v retrieving revision 1.83 diff -u -p -r1.83 configure.host --- configure.host 12 Aug 2004 22:29:55 -0000 1.83 +++ configure.host 1 Sep 2004 18:17:42 -0000 @@ -106,10 +106,7 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu) ns32k-*-netbsd*) gdb_host=nbsdaout ;; -powerpc-*-aix3*) gdb_host=aix ;; -powerpc-*-aix4.[0-2]*) gdb_host=aix ;; -powerpc-*-aix4.3.[0-1]*) gdb_host=aix ;; -powerpc-*-aix*) gdb_host=aix432 ;; +powerpc-*-aix*) gdb_host=aix ;; powerpc-*-linux*) gdb_host=linux ;; powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) gdb_host=nbsd ;; --/Uq4LBwYP4y1W6pO--