summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index e8258d591b8..d3b6713f0f5 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -13,6 +13,8 @@
# The default is $host_cpu.
case $host in
+ alpha*-*-osf1* | \
+ alpha*-*-osf2* | \
hppa*-*-hiux* | \
i[34567]86-ncr-* | \
i[34567]86-*-dgux* | \
@@ -60,8 +62,6 @@ esac
case "${host}" in
-alpha*-*-osf1*) gdb_host=alpha-osf1 ;;
-alpha*-*-osf2*) gdb_host=alpha-osf2 ;;
alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
alpha*-*-linux*) gdb_host=alpha-linux ;;
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)