summaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index dbbadc05ea..3ca7fc7cc5 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -223,7 +223,7 @@ CORE_HEADER=
TRAD_HEADER=
if test "${target}" = "${host}"; then
case "${host}" in
- alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
+ alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
COREFILE=''
;;
alpha*-*-linux-*)
@@ -233,9 +233,11 @@ if test "${target}" = "${host}"; then
alpha*-*-netbsd* | alpha*-*-openbsd*)
COREFILE=netbsd-core.lo
;;
- alpha*-*-*) COREFILE=osf-core.lo ;;
+ alpha*-*-*)
+ COREFILE=osf-core.lo
+ ;;
arm-*-freebsd* | arm-*-kfreebsd*-gnu)
- COREFILE='' ;;
+ COREFILE='' ;;
arm-*-netbsd* | arm-*-openbsd*)
COREFILE=netbsd-core.lo
;;