print_percentage: Use floating point to avoid incorrect results when
[deliverable/binutils-gdb.git] / gdb / configure.host
index 668008bf0f2e38f547a902831bfcefca9f127966..d652e1f1c2f75ea9eda204ac5155d7d058d811de 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 ;;
@@ -49,7 +50,6 @@ hppa*-*-hpux11*)      gdb_host=hpux11 ;;
 hppa*-*-hpux*)         gdb_host=hppahpux ;;
 
 i[34567]86-ncr-*)      gdb_host=ncr3000 ;;
-i[34567]86-*-bsd*)     gdb_host=i386bsd ;;
 i[34567]86-*-dgux*)    gdb_host=i386v4 ;;
 i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
                        gdb_host=fbsd ;;
@@ -63,6 +63,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 +108,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 ;;
@@ -144,9 +144,10 @@ vax-*-bsd*)                gdb_host=vaxbsd ;;
 vax-*-ultrix2*)                gdb_host=vaxult2 ;;
 vax-*-ultrix*)         gdb_host=vaxult ;;
 
-x86_64-*-linux*)       gdb_host=x86-64linux ;;
+x86_64-*-linux*)       gdb_host=linux64 ;;
 x86_64-*-freebsd*)     gdb_host=fbsd64 ;;
 x86_64-*-netbsd*)      gdb_host=nbsd64 ;;
+x86_64-*-openbsd*)     gdb_host=obsd64 ;;
 
 m32r*-*-linux*)          gdb_host=linux ;;
 
This page took 0.023744 seconds and 4 git commands to generate.