summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog6
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c6990fb44d..28c8eac235 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
+
+ * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
+ corefiles as well.2
+ * configure: Regenerate.
+
2002-05-13 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (install-data-local): Install headers to
diff --git a/bfd/configure b/bfd/configure
index 77edbeedef..3dc3b7551f 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-*-*)
diff --git a/bfd/configure.in b/bfd/configure.in
index f5dc0f9ee0..bb80fca79a 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -350,7 +350,7 @@ changequote([,])dnl
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-*-*)
OpenPOWER on IntegriCloud