From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28078 invoked by alias); 31 Dec 2001 20:00:34 -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 28043 invoked from network); 31 Dec 2001 20:00:22 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 31 Dec 2001 20:00:22 -0000 Received: from mailgate1.apple.com (A17-128-100-225.apple.com [17.128.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id fBVK0LX15905 for ; Mon, 31 Dec 2001 12:00:21 -0800 (PST) Received: from scv1.apple.com (scv1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Mon, 31 Dec 2001 12:00:03 -0800 Received: from apple.com (vpn-gh-521.apple.com [17.254.138.8]) by scv1.apple.com (8.11.3/8.11.3) with ESMTP id fBVK0Ka14570; Mon, 31 Dec 2001 12:00:20 -0800 (PST) Message-ID: <3C30C399.5584E78E@apple.com> Date: Mon, 31 Dec 2001 12:00:00 -0000 From: Stan Shebs X-Mailer: Mozilla 4.77C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en 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" Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00617.txt.bz2 matthew green wrote: > > hi folks. > > i needed this patch to correctly guess to use "macos", as > configure.guess is giving me `powerpc-apple-darwin5.2'. > > OK to commit? No, you don't want to use the "macos" host, since a) it's for MacOS 7/8/9, and b) it's scheduled to be evaporated. Darwin needs its own host file, which will resemble the FreeBSD config more than anything else. Stan