From 797304bcbd129b3b82ca323897d9b0fa533da32c 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 b1537bd85..0319c8611 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 86b94922f..577f5e61b 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 e20616024..57a152b73 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.11.4.GIT