From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20894 invoked by alias); 25 Feb 2003 19:46:48 -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 20752 invoked from network); 25 Feb 2003 19:46:46 -0000 Received: from unknown (HELO ms-smtp-03.nyroc.rr.com) (24.92.226.153) by 172.16.49.205 with SMTP; 25 Feb 2003 19:46:46 -0000 Received: from doctormoo (syr-24-24-17-145.twcny.rr.com [24.24.17.145]) by ms-smtp-03.nyroc.rr.com (8.12.5/8.12.2) with ESMTP id h1PJkjbF020567; Tue, 25 Feb 2003 14:46:45 -0500 (EST) Received: from neroden by doctormoo with local (Exim 3.36 #1 (Debian)) id 18nl2B-0000d8-00; Tue, 25 Feb 2003 14:46:35 -0500 Date: Tue, 25 Feb 2003 19:46:00 -0000 To: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Toplevel configure.in cleanup 5/n Message-ID: <20030225194635.GA2421@doctormoo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i From: Nathanael Nerode X-SW-Source: 2003-02/txt/msg00653.txt.bz2 mh-dgux only sets RANLIB=true. Which is redundant now. (config) * mh-dgux: Delete. (toplev) * configure.in: Remove reference to mh-dgux. * configure: Rebuild. --- configure.in.old 2003-02-25 14:39:36.000000000 -0500 +++ configure.in 2003-02-25 14:44:00.000000000 -0500 @@ -1000,7 +1000,6 @@ ;; m88k-dg-dgux*) tentative_cc="gcc -Wall -ansi -D__using_DGUX" - host_makefile_frag="config/mh-dgux" ;; m88k-harris-cxux*) # Under CX/UX, we want to tell the compiler to use ANSI mode.