diff options
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 ;; |