Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Kris Warkentin" <kewarken@qnx.com>
To: <config-patches@gnu.org>
Cc: <binutils@sources.redhat.com>, <gdb-patches@sources.redhat.com>
Subject: [Patch] config.sub support for QNX Neutrino
Date: Mon, 24 Feb 2003 19:27:00 -0000	[thread overview]
Message-ID: <001101c2dc3a$be267340$0202040a@catdog> (raw)

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

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

[-- Attachment #2: config-changelog.txt --]
[-- Type: text/plain, Size: 94 bytes --]

2003-02-24  Kris Warkentin  kewarken@qnx.com

    * config.sub: add QNX Neutrino support


[-- Attachment #3: config-diff.txt --]
[-- Type: text/plain, Size: 477 bytes --]

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:25:37 -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

             reply	other threads:[~2003-02-24 19:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24 19:27 Kris Warkentin [this message]
2003-02-25 16:16 ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001101c2dc3a$be267340$0202040a@catdog' \
    --to=kewarken@qnx.com \
    --cc=binutils@sources.redhat.com \
    --cc=config-patches@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox