diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:17:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-13 13:17:58 +0000 |
commit | a06a29f25f5dc608a08e5ff3608923c97769faee (patch) | |
tree | 45d799cf5cb376027f0037b0ef3e1fc318100cac /gas/configure.in | |
parent | 9692141b0ac99192d6309757ff6c5376bc97593f (diff) | |
download | gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.zip gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.tar.gz gdb-a06a29f25f5dc608a08e5ff3608923c97769faee.tar.bz2 |
Add i386-netbsd-gnu target.
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 3ff1543..076969b 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -253,6 +253,7 @@ changequote([,])dnl i386-*-bsd*) fmt=aout em=386bsd ;; i386-*-netbsd0.8) fmt=aout em=386bsd ;; i386-*-netbsdpe*) fmt=coff em=pe ;; + i386-*-netbsd*-gnu*) fmt=elf em=nbsd ;; i386-*-netbsdelf*) fmt=elf em=nbsd ;; i386-*-*n*bsd*) case ${cpu} in x86_64) fmt=elf em=nbsd ;; |