diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-02 22:51:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-02 22:51:00 +0000 |
commit | 5e946c89d9b563e45a05b39e85d5ff044bb94ac6 (patch) | |
tree | 3c976637bd8fe0b6b5ebb38279eb5fe78118f88d /gdb/configure.host | |
parent | 863f7ee5ed7daffa88a029a9435bfc5f6c636c36 (diff) | |
download | gdb-5e946c89d9b563e45a05b39e85d5ff044bb94ac6.tar.gz |
2004-01-02 Andrew Cagney <cagney@redhat.com>
From 2003-12-18 Kazuhiro Inaoka:
* configure.host: Add m32r-linux 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 723d87c601e..025e577ccac 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -22,6 +22,7 @@ s390*) gdb_host_cpu=s390 ;; sh*) gdb_host_cpu=sh ;; x86_64*) gdb_host_cpu=i386 ;; xscale*) gdb_host_cpu=arm ;; +m32r*) gdb_host_cpu=m32r ;; *) gdb_host_cpu=$host_cpu ;; esac @@ -147,4 +148,6 @@ x86_64-*-linux*) gdb_host=x86-64linux ;; x86_64-*-freebsd*) gdb_host=fbsd64 ;; x86_64-*-netbsd*) gdb_host=nbsd64 ;; +m32r*-*-linux*) gdb_host=linux ;; + esac |