From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15169 invoked by alias); 3 Jan 2002 02:51:44 -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 15142 invoked from network); 3 Jan 2002 02:51:42 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 3 Jan 2002 02:51:42 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 654673C5D; Thu, 3 Jan 2002 10:16:07 +0930 (CST) Message-ID: <3C33A9CF.3040900@cygnus.com> Date: Wed, 02 Jan 2002 18:51:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: matthew green Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] allow darwin as cross compile host References: <2904.1009779006@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00004.txt.bz2 Matthew, Check the apple source dropping (ftp://sources.redhat.com/pub/gdb//apple/ for what apple selected as the ``host name''. I also consider it a bug that you even need to to be tweeking configure.host to build a cross debugger. What happens if you just add a wild card and set gdb_host to unknown (I'm guessing)? Andrew