From ee84457a004c09e03aaabcd4d58ffcc2d58ea911 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 2 Jan 2004 22:51:00 +0000 Subject: 2004-01-02 Andrew Cagney From 2003-12-18 Kazuhiro Inaoka: * configure.host: Add m32r-linux target. --- gdb/configure.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 723d87c..025e577 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 -- cgit v1.1