From e33533a4ed1d303ee13e5320c910252cd9a70a71 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 2 Aug 2006 21:41:12 +0000 Subject: [PATCH] * configure.in (arm-*-openbsd*): Set COREFILE to netbsd-core.lo. * configure: Regenerate. --- bfd/ChangeLog | 5 +++++ bfd/configure | 4 +++- bfd/configure.in | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b1537bd85c3..0319c86118d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-08-02 Mark Kettenis + + * configure.in (arm-*-openbsd*): Set COREFILE to netbsd-core.lo. + * configure: Regenerate. + 2006-08-02 Petr Salinger PR binutils/2983 diff --git a/bfd/configure b/bfd/configure index 86b94922f13..577f5e61b7a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -9191,7 +9191,9 @@ if test "${target}" = "${host}"; then alpha*-*-*) COREFILE=osf-core.lo ;; arm-*-freebsd* | arm-*-kfreebsd*-gnu) COREFILE='' ;; - arm-*-netbsd*) COREFILE=netbsd-core.lo ;; + arm-*-netbsd* | arm-*-openbsd*) + COREFILE=netbsd-core.lo + ;; arm-*-riscix) COREFILE=trad-core.lo ;; hppa*-*-hpux*) COREFILE=hpux-core.lo ;; hppa*-*-hiux*) COREFILE=hpux-core.lo ;; diff --git a/bfd/configure.in b/bfd/configure.in index e2061602492..57a152b73ed 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -179,7 +179,9 @@ if test "${target}" = "${host}"; then alpha*-*-*) COREFILE=osf-core.lo ;; arm-*-freebsd* | arm-*-kfreebsd*-gnu) COREFILE='' ;; - arm-*-netbsd*) COREFILE=netbsd-core.lo ;; + arm-*-netbsd* | arm-*-openbsd*) + COREFILE=netbsd-core.lo + ;; arm-*-riscix) COREFILE=trad-core.lo ;; hppa*-*-hpux*) COREFILE=hpux-core.lo ;; hppa*-*-hiux*) COREFILE=hpux-core.lo ;; -- 2.30.2