Add unit test for xml_escape_text
[deliverable/binutils-gdb.git] / gdb / configure.host
index ef265ebe293ba42445de3325e452ba71bc7873e8..304675f137c797def46517a37dbb2e0d8c10ef8a 100644 (file)
@@ -21,6 +21,8 @@ case $host in
     ;;
  *-*-irix* | \
  alpha*-*-osf* | \
+ alpha*-*-freebsd* | \
+ alpha*-*-kfreebsd*-gnu | \
  arm*-*-netbsd* | \
  hppa*-*-hiux* | \
  i[34567]86-ncr-* | \
@@ -82,10 +84,9 @@ case "${host}" in
 *-*-darwin*)           gdb_host=darwin ;;
 
 aarch64*-*-linux*)     gdb_host=linux ;;
+aarch64*-*-freebsd*)   gdb_host=fbsd ;;
 
 alpha*-*-linux*)       gdb_host=alpha-linux ;;
-alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
-                       gdb_host=fbsd ;;
 alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 alpha*-*-openbsd*)     gdb_host=nbsd ;;
@@ -129,6 +130,7 @@ m88*-*-openbsd*)    gdb_host=obsd ;;
 mips*-*-linux*)                gdb_host=linux ;;
 mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
+mips*-*-freebsd*)      gdb_host=fbsd ;;
 mips64*-*-openbsd*)    gdb_host=obsd64 ;;
 
 powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
This page took 0.026131 seconds and 4 git commands to generate.