* NEWS: Note new sh*-*-netbsdelf* configuration.
[deliverable/binutils-gdb.git] / gdb / configure.host
index 4c69fff627eaad953b0eb58f98892741978fe548..511ea76f275fe993358820f874259d8a5e104eb1 100644 (file)
@@ -20,6 +20,7 @@ mips*)                        gdb_host_cpu=mips ;;
 powerpc*)              gdb_host_cpu=powerpc ;;
 sparcv9 | sparc64)     gdb_host_cpu=sparc ;;
 s390*)                 gdb_host_cpu=s390 ;;
+sh*)                   gdb_host_cpu=sh ;;
 x86_64*)               gdb_host_cpu=i386 ;;
 *)                     gdb_host_cpu=$host_cpu ;;
 
@@ -34,6 +35,7 @@ alpha*-*-osf2*)               gdb_host=alpha-osf2 ;;
 alpha*-*-osf[3456789]*)        gdb_host=alpha-osf3 ;;
 alpha*-*-linux*)       gdb_host=alpha-linux ;;
 alpha*-*-freebsd*)     gdb_host=fbsd ;;
+alpha*-*-netbsd*)      gdb_host=nbsd ;;
 
 arm*-*-linux*)         gdb_host=linux ;;
 arm*-*-netbsd*)                gdb_host=nbsd ;;
@@ -135,6 +137,8 @@ rs6000-*-*)         gdb_host=rs6000 ;;
 
 s390*-*-*)             gdb_host=s390 ;;
 
+sh*-*-netbsdelf*)      gdb_host=nbsd ;;
+
 sparc-*-linux*)                gdb_host=linux ;;
 sparc-*-lynxos*)       gdb_host=sparclynx ;;
 sparc-*-netbsdelf*)    gdb_host=nbsdelf ;;
This page took 0.025363 seconds and 4 git commands to generate.