From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7745 invoked by alias); 12 Apr 2004 14:53:02 -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 7738 invoked from network); 12 Apr 2004 14:53:01 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 12 Apr 2004 14:53:01 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7EDAC2B9C; Mon, 12 Apr 2004 10:52:59 -0400 (EDT) Message-ID: <407AAD4B.9020704@gnu.org> Date: Mon, 12 Apr 2004 14:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Simplify i386 target configs References: <200404091501.i39F1uUH098592@elgar.kettenis.dyndns.org> <40781384.8030205@gnu.org> <200404101654.i3AGsFv1062897@elgar.kettenis.dyndns.org> In-Reply-To: <200404101654.i3AGsFv1062897@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00252.txt.bz2 > The new i386.mt isn't > solely used for embedded and/or cross targets, hence the new, neutral > name. You're reading too much into a name. embed.mt is both os and _architecture_ netural. The fact that it comes with certain implications is, well, unfortunate. Is *.mt still needed? Andrew