From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25297 invoked by alias); 20 Feb 2004 16:41: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 25289 invoked from network); 20 Feb 2004 16:41:52 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 20 Feb 2004 16:41:52 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BE87A2B92; Fri, 20 Feb 2004 11:41:50 -0500 (EST) Message-ID: <403638CE.2010407@gnu.org> Date: Fri, 20 Feb 2004 16:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Delete target "none" References: <4033D3B8.70405@gnu.org> In-Reply-To: <4033D3B8.70405@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00556.txt.bz2 > As best I can determine this was once used when doing a release, only now-a-days "i686-pc-linux-gnu" is used. This deletes the host/target "none". > > baring comment, I'll commit in a few days, > Andrew > > > > 2004-02-18 Andrew Cagney > > * configure.tgt: Delete target "none-*-*". > * configure.host: Delete host "none-*-*". > * config/none/none.mh: Delete file. > * config/none/none.mt: Delete file. > * config/none/xm-none.h: Delete file. > * config/none/tm-none.h: Delete file. > * config/none/nm-none.h: Delete file. Just checking this in. Andrew