2005-04-15 Ke Sakamoto <sakamoto.kei@renesas.com>

* Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
	* configure.srv: Add m32r*-*-linux*.
	* linux-m32r-low.c: New file.
This commit is contained in:
Kazuhiro Inaoka
2005-04-15 00:24:51 +00:00
parent d58bcb2543
commit 7cfbc4a0f8
4 changed files with 115 additions and 1 deletions

View File

@@ -33,6 +33,11 @@ case "${target}" in
srv_tgtobj="linux-low.o linux-ia64-low.o"
srv_linux_usrregs=yes
;;
m32r*-*-linux*) srv_regobj=reg-m32r.o
srv_tgtobj="linux-low.o linux-m32r-low.o"
srv_linux_usrregs=yes
srv_linux_thread_db=yes
;;
m68*-*-linux*) srv_regobj=reg-m68k.o
srv_tgtobj="linux-low.o linux-m68k-low.o"
srv_linux_usrregs=yes