Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [Patch] config.sub support for QNX Neutrino
@ 2003-02-24 19:27 Kris Warkentin
  2003-02-25 16:16 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Kris Warkentin @ 2003-02-24 19:27 UTC (permalink / raw)
  To: config-patches; +Cc: binutils, gdb-patches

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch] config.sub support for QNX Neutrino
  2003-02-24 19:27 [Patch] config.sub support for QNX Neutrino Kris Warkentin
@ 2003-02-25 16:16 ` Andrew Cagney
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2003-02-25 16:16 UTC (permalink / raw)
  To: Kris Warkentin; +Cc: gdb-patches

Kris,

Once this has been approved/committed to the config repository, it is ok 
update the src repository.  See src/MAINTAINERS:

config.guess; config.sub; dejagnu/config.guess; dejagnu/config.sub;
readline/support/config.sub; readline/support/config.guess
         config: http://savannah.gnu.org/projects/config
         Patches to config-patches@gnu.org.
         Changes need to be done in tandem with the official CONFIG
         sources or submitted to the master file maintainer and brought
         in via a merge.  When updating any of these files, please be
         sure to update all of them.
         Please notify the following of any committed patches:
                 binutils@sources.redhat.com
                 gdb-patches@sources.redhat.com

Andrew


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-25 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-24 19:27 [Patch] config.sub support for QNX Neutrino Kris Warkentin
2003-02-25 16:16 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox