2004-01-02 Andrew Cagney <cagney@redhat.com>

From 2003-12-18 Kazuhiro Inaoka:
        * configure.host: Add m32r-linux target.
This commit is contained in:
Andrew Cagney
2004-01-02 22:51:00 +00:00
parent 820542c970
commit ee84457a00
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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