From 2003-12-18 Kazuhiro Inaoka:
* configure.host: Add m32r-linux target.
+2004-01-02 Andrew Cagney <cagney@redhat.com>
+
+ From 2003-12-18 Kazuhiro Inaoka:
+ * configure.host: Add m32r-linux target.
+
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
* top.c (print_gdb_version): Update year to 2004.
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
x86_64-*-freebsd*) gdb_host=fbsd64 ;;
x86_64-*-netbsd*) gdb_host=nbsd64 ;;
+m32r*-*-linux*) gdb_host=linux ;;
+
esac