Riscv shared libraries should not export __global_pointer$.
[deliverable/binutils-gdb.git] / gdb / configure.host
index 304675f137c797def46517a37dbb2e0d8c10ef8a..8e318343def74de774742ce1bb848c6d848fd36c 100644 (file)
@@ -20,6 +20,7 @@ case $host in
  vax-*-netbsdelf*)
     ;;
  *-*-irix* | \
+ *-*-solaris2.[01] | *-*-solaris2.[2-9]* | \
  alpha*-*-osf* | \
  alpha*-*-freebsd* | \
  alpha*-*-kfreebsd*-gnu | \
@@ -91,6 +92,7 @@ alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 alpha*-*-openbsd*)     gdb_host=nbsd ;;
 
+arm*-*-freebsd*)       gdb_host=fbsd ;;
 arm*-*-linux*)         gdb_host=linux ;;
 arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
                        gdb_host=nbsdelf ;;
@@ -113,9 +115,8 @@ i[34567]86-*-linux*)        gdb_host=linux ;;
 i[34567]86-*-gnu*)     gdb_host=i386gnu ;;
 i[3456]86-*-nto*)      gdb_host=nto ;;
 i[34567]86-*-openbsd*) gdb_host=obsd ;;
-i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*)
-                       gdb_host=sol2-64 ;;
-i[34567]86-*-solaris*) gdb_host=i386sol2 ;;
+i[34567]86-*-solaris2* | x86_64-*-solaris2*)
+                       gdb_host=sol2 ;;
 i[34567]86-*-cygwin*)  gdb_host=cygwin ;;
 
 ia64-*-linux*)         gdb_host=linux ;;
This page took 0.023721 seconds and 4 git commands to generate.