summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-15 19:23:45 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-15 19:23:45 +0000
commit947fe3c8ef6d926113b04b3f532d93995e6e0e76 (patch)
treeca26250dc8e1b547a4ea2589c71218cae72cd971 /gdb/configure.host
parent18f67bfe333d5ebea4c8dcae0aff9a72be6bdd3c (diff)
downloadgdb-947fe3c8ef6d926113b04b3f532d93995e6e0e76.tar.gz
Recognise the s390 host and target.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 4a50432a8db..c7268fea243 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -18,6 +18,7 @@ m68*) gdb_host_cpu=m68k ;;
m88*) gdb_host_cpu=m88k ;;
powerpc*) gdb_host_cpu=powerpc ;;
sparc64) gdb_host_cpu=sparc ;;
+s390*) gdb_host_cpu=s390 ;;
*) gdb_host_cpu=$host_cpu ;;
esac
@@ -139,6 +140,8 @@ rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
rs6000-*-aix4*) gdb_host=aix4 ;;
rs6000-*-*) gdb_host=rs6000 ;;
+s390*-*-*) gdb_host=s390 ;;
+
sparc-*-linux*) gdb_host=linux ;;
sparc-*-lynxos*) gdb_host=sparclynx ;;
sparc-*-netbsdelf*) gdb_host=nbsdelf ;;