diff options
author | Kris Warkentin <kewarken@qnx.com> | 2003-07-04 15:48:57 +0000 |
---|---|---|
committer | Kris Warkentin <kewarken@qnx.com> | 2003-07-04 15:48:57 +0000 |
commit | 61bb466e196f3fb04bbcbe1304fd96e6f6d403af (patch) | |
tree | 8e036013f089da2b758e2425fe2b7e2ffe757112 /gdb/configure.host | |
parent | 2fbfdc41e793d0024b661112aa696ee2510df4af (diff) | |
download | gdb-61bb466e196f3fb04bbcbe1304fd96e6f6d403af.zip gdb-61bb466e196f3fb04bbcbe1304fd96e6f6d403af.tar.gz gdb-61bb466e196f3fb04bbcbe1304fd96e6f6d403af.tar.bz2 |
2003-07-04 Kris Warkentin <kewarken@qnx.com>
* nto-procfs.c: New file. Native procfs support for QNX Neutrino.
* config/i386/nto.mh: New file.
* config/i386/nm-nto.h: New file.
* configure.host: Add i[3456]86-*-nto*.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 0c88533..41f6d8a 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -63,6 +63,7 @@ i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;; i[34567]86-*-linux*) gdb_host=linux ;; i[34567]86-*-lynxos*) gdb_host=i386lynx ;; i[34567]86-*-gnu*) gdb_host=i386gnu ;; +i[3456]86-*-nto*) gdb_host=nto ;; i[34567]86-*-openbsd*) gdb_host=obsd ;; i[34567]86-*-sco3.2v5*) gdb_host=i386sco5 ;; i[34567]86-*-sco3.2v4*) gdb_host=i386sco4 ;; |