From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22868 invoked by alias); 18 Aug 2002 17:28:09 -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 22861 invoked from network); 18 Aug 2002 17:28:08 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 18 Aug 2002 17:28:08 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A0D733CFA; Sun, 18 Aug 2002 13:27:56 -0400 (EDT) Message-ID: <3D5FD91C.7000302@ges.redhat.com> Date: Sun, 18 Aug 2002 10:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/in] Add (broken) hppa-elf target References: <3D5FC7BE.3000302@ges.redhat.com> <86it28xgdh.fsf@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00508.txt.bz2 > Andrew Cagney writes: > > >> Hello, >> >> This adds a config pattern to match hppa*-*-*. It configures a very > > > Hi Andrew, > > I just realized that there is a problem with your recente changes that > add several CPU-*-* patterns. Inroduction of these patterns means > that we no longer detect targets as unsupported, i.e. if you add a > config pattern to match i386-*-*, this will also catch i386-ibm-aix > which I just obsoleted. The above is for the cross -- default to a generic ARCH cross debugger. configure.host will still detect that a native i386-ibm-aix build isn't supported and reject it. Andrew PS: To give you a headache :-) Even though a native i386-ibm-aix won't build, there is a good chance that an i386-ibm-aix host will build an i386-ibm-aix cross debugger. This is correct behavour because a cross debugger should be buildable on any host :-)