diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-09 15:38:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-09 15:38:24 +0000 |
commit | 59bc061d4bf78e9c05967a6bd516f26a3880e520 (patch) | |
tree | 3224940368fa7099cfd39bcc880c8a45f83dbbf5 /gas/configure.in | |
parent | 2b692c5912c33f69e4016113c0dd039acc820d70 (diff) | |
download | gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.zip gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.tar.gz gdb-59bc061d4bf78e9c05967a6bd516f26a3880e520.tar.bz2 |
Add QNX Neutrino PowerPC support and common up QNX functions
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 e9d2ffe..a0fc678 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -408,6 +408,7 @@ changequote([,])dnl ppc-*-rtems*) fmt=elf ;; ppc-*-macos* | ppc-*-mpw*) fmt=coff em=macos ;; ppc-*-netware*) fmt=elf em=ppcnw ;; + ppc-**-nto*) fmt=elf ;; ppc-*-vxworks*) fmt=elf ;; ppc-*-windiss*) fmt=elf ;; |