diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 19:23:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 19:23:45 +0000 |
commit | 4009c677026fee30e152bd5771eb02b8a1e0caba (patch) | |
tree | 7b3befb6f1a31c1c725d4819ba5bb2afa5d54027 /gdb/configure.host | |
parent | d6dd581ead67d3fb2a0563e40604e59d6f193c26 (diff) | |
download | gdb-4009c677026fee30e152bd5771eb02b8a1e0caba.zip gdb-4009c677026fee30e152bd5771eb02b8a1e0caba.tar.gz gdb-4009c677026fee30e152bd5771eb02b8a1e0caba.tar.bz2 |
Recognise the s390 host and target.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 4a50432a..c7268fe 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 ;; |