diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-31 03:00:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-31 03:00:58 +0000 |
commit | 34e979525e0bef8facbfffc60df942d353369c03 (patch) | |
tree | 9dcb3de33e52ed9d7db989c82240e98691344d46 /gas/configure.in | |
parent | caf47ea6a36330e9a2501af480220435f8e180f6 (diff) | |
download | gdb-34e979525e0bef8facbfffc60df942d353369c03.zip gdb-34e979525e0bef8facbfffc60df942d353369c03.tar.gz gdb-34e979525e0bef8facbfffc60df942d353369c03.tar.bz2 |
* configure.in: Add i386-*-nto-qnx*.
* configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index a13ea65..212cdf4 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -300,6 +300,7 @@ changequote([,])dnl i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;; i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;; i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;; + i386-*-nto-qnx*) fmt=elf ;; i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;; i386-*-vxworks*) fmt=aout ;; i386-*-chaos) fmt=elf ;; |