* configure.host: Add i[34567]86-*-openbsd[0-2].* and
[deliverable/binutils-gdb.git] / gdb / configure.host
index 232deccb9b6f3b261e6bf0f61396440ae83a63c1..d637568263c8bef883d764bffc73aaa03605fc1e 100644 (file)
@@ -37,6 +37,7 @@ alpha*-*-osf[3456789]*)       gdb_host=alpha-osf3 ;;
 alpha*-*-linux*)       gdb_host=alpha-linux ;;
 alpha*-*-freebsd*)     gdb_host=fbsd ;;
 alpha*-*-netbsd*)      gdb_host=nbsd ;;
+alpha*-*-openbsd*)     gdb_host=nbsd ;;
 
 arm*-*-linux*)         gdb_host=linux ;;
 arm*-*-netbsdelf*)     gdb_host=nbsdelf ;;
@@ -63,6 +64,8 @@ i[34567]86-*-linux*)  gdb_host=linux ;;
 i[34567]86-*-lynxos*)  gdb_host=i386lynx ;;
 i[34567]86-*-gnu*)     gdb_host=i386gnu ;;
 i[3456]86-*-nto*)      gdb_host=nto ;;
+i[34567]86-*-openbsd[0-2].* | i[34567]86-*-openbsd3.[0-3])
+                       gdb_host=obsdaout ;;
 i[34567]86-*-openbsd*) gdb_host=obsd ;;
 i[34567]86-*-sco3.2v5*)        gdb_host=i386sco5 ;;
 i[34567]86-*-sco3.2v4*)        gdb_host=i386sco4 ;;
@@ -106,8 +109,6 @@ mips*-*-netbsd*)    gdb_host=nbsd ;;
 # OBSOLETE mips-*-sysv*)               gdb_host=riscos ;;
 # OBSOLETE mips-*-riscos*)             gdb_host=riscos ;;
 
-none-*-*)              gdb_host=none ;;
-
 ns32k-*-netbsd*)       gdb_host=nbsdaout ;;
 
 powerpc-*-aix3*)       gdb_host=aix ;;
This page took 0.024515 seconds and 4 git commands to generate.