From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4641 invoked by alias); 6 Feb 2003 15:08:10 -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 4631 invoked from network); 6 Feb 2003 15:08:08 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 6 Feb 2003 15:08:08 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id JAA29812; Thu, 6 Feb 2003 09:57:38 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id KAA11130; Thu, 6 Feb 2003 10:08:07 -0500 Message-ID: <1e8d01c2cdf1$7c453d00$0202040a@catdog> From: "Kris Warkentin" To: "Mark Kettenis" Cc: References: <1c3601c2cbc1$72eac3b0$0202040a@catdog> <86d6m6e9p7.fsf@elgar.kettenis.dyndns.org> <1dfb01c2cd5c$b2cf98b0$0202040a@catdog> <200302052248.h15MmNsj001818@elgar.kettenis.dyndns.org> Subject: Re: patch to add QNX NTO i386 support Date: Thu, 06 Feb 2003 15:08:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00214.txt.bz2 > Hmm, looking at config.sub it seems that x86 is recognized especially > for QNX. Since config.sub doesn't map x86, it's OK to add x86-*-nto* > if you want to allow people to build with something like > --target=x86-nto. Just make sure you add it to configure.tgt too. Okay. It's easier that way since people in the QNX world always say 'x86' rather than anything else. Aren't we a strange bunch? ;-) > Speaking about the ntox86 alias; patches for config.sub should be sent > to config-patches@gnu.org. Once they're added to the official CONFIG > source we'll import a new version. We've gotten the automake/autoconf patches accepted quite a while ago. They seem to be satisfactory for all our uses. Thanks, Kris