This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] config.sub support for QNX Neutrino


Here is a patch to allow QNX Neutrino to configure properly
with --target=ntox86

cheers,

Kris

ChangeLog:

2003-02-24  Kris Warkentin  kewarken at qnx dot 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: config-changelog.txt
Description: Text document

Attachment: config-diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]