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 | a9bf1154139c65430ecd8a830b7c9af16a9dc2e8 (patch) | |
tree | f9caae7307fb6915a081fd7b725c4ffa5fea4182 /bfd/configure | |
parent | 6fb639715127dd767a83943fe94238d366c83750 (diff) | |
download | gdb-a9bf1154139c65430ecd8a830b7c9af16a9dc2e8.zip gdb-a9bf1154139c65430ecd8a830b7c9af16a9dc2e8.tar.gz gdb-a9bf1154139c65430ecd8a830b7c9af16a9dc2e8.tar.bz2 |
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 77edbee..3dc3b75 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-*-*) |