diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-24 09:26:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-24 09:26:58 +0000 |
commit | 436e8db0b74a5434fa8b1a2a15536f2358cf1543 (patch) | |
tree | 270f459331fd52dc82cb1bc3100ed2df56c900e8 /gas/configure.in | |
parent | 83a4591080ee180969ab490b85ef8a7d7f90cbc0 (diff) | |
download | gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.zip gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.tar.gz gdb-436e8db0b74a5434fa8b1a2a15536f2358cf1543.tar.bz2 |
Add a target for i386-netbsdpe.
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 c13f828..72447cb 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -250,6 +250,7 @@ changequote([,])dnl i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;; i386-*-bsd*) fmt=aout em=386bsd ;; i386-*-netbsd0.8) fmt=aout em=386bsd ;; + i386-*-netbsdpe*) fmt=coff em=pe bfd_gas=yes ;; i386-*-netbsd*) em=nbsd bfd_gas=yes case ${cpu} in x86_64) fmt=elf ;; |