diff options
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 5f77166..43e41fb 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -20,8 +20,7 @@ case $host in vax-*-netbsdelf*) ;; *-*-irix* | \ - alpha*-*-osf1* | \ - alpha*-*-osf2* | \ + alpha*-*-osf* | \ arm*-*-netbsd* | \ hppa*-*-hiux* | \ i[34567]86-ncr-* | \ @@ -80,7 +79,6 @@ case "${host}" in aarch64*-*-linux*) gdb_host=linux ;; -alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; alpha*-*-linux*) gdb_host=alpha-linux ;; alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) gdb_host=fbsd ;; |