diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-13 08:33:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-13 08:33:26 +0000 |
commit | e5a17d0720d28a8538b11d1862dfdf7e8066fe9b (patch) | |
tree | 65b15c1176f77b4f8262ba64a1338abe6856b243 /bfd/configure | |
parent | 1b7d4581838f18bfc760b78307417860e63dbcd3 (diff) | |
download | gdb-e5a17d0720d28a8538b11d1862dfdf7e8066fe9b.tar.gz |
Support sparc64-openbsd corefiles as well.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index 77edbeedef2..3dc3b7551f7 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5196,7 +5196,7 @@ if test "${target}" = "${host}"; then powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;; s390*-*-*) COREFILE=trad-core.lo ;; sh*-*-netbsd*) COREFILE=netbsd-core.lo ;; - sparc-*-netbsd* | sparc-*-openbsd*) + sparc-*-netbsd* | sparc*-*-openbsd*) COREFILE=netbsd-core.lo ;; tahoe-*-*) |