diff options
author | Sean Eric Fagan <sef@cygnus> | 1993-08-23 07:45:32 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1993-08-23 07:45:32 +0000 |
commit | 05c81f45b477cf57a04f2e8dafa977000c0fa4d4 (patch) | |
tree | 2c8b8169e6e0df425fdbf76553fd44d29b0e04ca /bfd/config.bfd | |
parent | fbd5481a2e43aa5eae06f44b3339bc1380019e15 (diff) | |
download | gdb-05c81f45b477cf57a04f2e8dafa977000c0fa4d4.zip gdb-05c81f45b477cf57a04f2e8dafa977000c0fa4d4.tar.gz gdb-05c81f45b477cf57a04f2e8dafa977000c0fa4d4.tar.bz2 |
Add support for netbsd386 (almost-but-not-quite 386bsd).
Diffstat (limited to 'bfd/config.bfd')
-rwxr-xr-x | bfd/config.bfd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index af7cfea..2ed4dfd 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -31,6 +31,7 @@ case "${canon}" in i[34]86-*-isc*) bfd_name=i386-sco ;; # gets core dump reading right i[34]86-*-sco*) bfd_name=i386-sco ;; i[34]86-*-bsd*) bfd_name=i386-bsd ;; + i[34]86-*-netbsd) bfd_name=i386-netbsd ;; # CYGNUS LOCAL i[34]86-*-lynxos*) bfd_name=i386-lynx ;; i[34]86-*-coff) bfd_name=i386-coff ;; i[34]86-*-aix*) bfd_name=i386-coff ;; |