* strerror.c: Revert last change. Declare static sys_nerr
[deliverable/binutils-gdb.git] / gdb / configure.host
index 0c88533f785fc382c4f395f84d7d983b7a2c1cb4..1830fb80e017230fd340ab6022d05a16ad398f20 100644 (file)
@@ -21,6 +21,7 @@ sparcv9 | sparc64)    gdb_host_cpu=sparc ;;
 s390*)                 gdb_host_cpu=s390 ;;
 sh*)                   gdb_host_cpu=sh ;;
 x86_64*)               gdb_host_cpu=i386 ;;
+xscale*)               gdb_host_cpu=arm ;;
 *)                     gdb_host_cpu=$host_cpu ;;
 
 esac
@@ -63,6 +64,7 @@ i[34567]86-*-msdosdjgpp*) gdb_host=go32 ;;
 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*) gdb_host=obsd ;;
 i[34567]86-*-sco3.2v5*)        gdb_host=i386sco5 ;;
 i[34567]86-*-sco3.2v4*)        gdb_host=i386sco4 ;;
@@ -97,8 +99,6 @@ m68*-sun-*)           gdb_host=sun3os4 ;;
 # OBSOLETE mips-dec-mach3*)    gdb_host=mipsm3 ;;
 mips-dec-*)            gdb_host=decstation ;;
 mips-little-*)         gdb_host=littlemips ;;
-mips-sgi-irix3*)       gdb_host=irix3 ;;
-mips-sgi-irix4*)       gdb_host=irix4 ;;
 mips-sgi-irix5*)       gdb_host=irix5 ;;
 mips-sgi-irix6*)       gdb_host=irix6 ;;
 mips-sony-*)           gdb_host=news-mips ;;
@@ -150,5 +150,6 @@ vax-*-ultrix2*)             gdb_host=vaxult2 ;;
 vax-*-ultrix*)         gdb_host=vaxult ;;
 
 x86_64-*-linux*)       gdb_host=x86-64linux ;;
+x86_64-*-freebsd*)     gdb_host=fbsd64 ;;
 
 esac
This page took 0.023702 seconds and 4 git commands to generate.