From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7539 invoked by alias); 24 Feb 2003 19:27:28 -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 7522 invoked from network); 24 Feb 2003 19:27:28 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 24 Feb 2003 19:27:28 -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 OAA04996; Mon, 24 Feb 2003 14:15:22 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id OAA07100; Mon, 24 Feb 2003 14:27:27 -0500 Message-ID: <001101c2dc3a$be267340$0202040a@catdog> From: "Kris Warkentin" To: Cc: , Subject: [Patch] config.sub support for QNX Neutrino Date: Mon, 24 Feb 2003 19:27:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000E_01C2DC10.D5474380" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-02/txt/msg00597.txt.bz2 This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C2DC10.D5474380 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-length: 774 Here is a patch to allow QNX Neutrino to configure properly with --target=ntox86 cheers, Kris ChangeLog: 2003-02-24 Kris Warkentin kewarken@qnx.com * config.sub: add QNX Neutrino support Index: config.sub =================================================================== RCS file: /cvs/src/src/config.sub,v retrieving revision 1.40 diff -u -r1.40 config.sub --- config.sub 19 Feb 2003 07:47:34 -0000 1.40 +++ config.sub 24 Feb 2003 19:21:58 -0000 @@ -729,6 +729,10 @@ nsr-tandem) basic_machine=nsr-tandem ;; + ntox86) + basic_machine=i386${os:--unknown} + os=-nto + ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ------=_NextPart_000_000E_01C2DC10.D5474380 Content-Type: text/plain; name="config-changelog.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config-changelog.txt" Content-length: 90 2003-02-24 Kris Warkentin kewarken@qnx.com * config.sub: add QNX Neutrino support ------=_NextPart_000_000E_01C2DC10.D5474380 Content-Type: text/plain; name="config-diff.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config-diff.txt" Content-length: 607 Index: config.sub =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/config.sub,v retrieving revision 1.40 diff -u -r1.40 config.sub --- config.sub 19 Feb 2003 07:47:34 -0000 1.40 +++ config.sub 24 Feb 2003 19:25:37 -0000 @@ -729,6 +729,10 @@ nsr-tandem) basic_machine=3Dnsr-tandem ;; + ntox86) + basic_machine=3Di386${os:--unknown} + os=3D-nto + ;; op50n-* | op60c-*) basic_machine=3Dhppa1.1-oki os=3D-proelf ------=_NextPart_000_000E_01C2DC10.D5474380--