Commit 63883fc3 by Stephane Carrez Committed by Stephane Carrez

Recognize m6811-elf and m6812-elf

From-SVN: r36282
parent 808788fe
2000-09-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* configure.in: Recognize m6811-elf and m6812-elf.
* configure: Regenerate.
2000-09-09 Geoff Keating <geoffk@cygnus.com>
* recog.c (validate_replace_rtx_1): Correct MODE parameter in call
......
......@@ -2047,6 +2047,23 @@ changequote([,])dnl
m32r-*-elf*)
extra_parts="crtinit.o crtfini.o"
;;
# m68hc11 and m68hc12 share the same machine description.
m68hc11-*-*|m6811-*-*)
tm_file="m68hc11/m68hc11.h"
xm_file="m68hc11/xm-m68hc11.h"
tm_p_file="m68hc11/m68hc11-protos.h"
md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c"
tmake_file="m68hc11/t-m68hc11-gas"
;;
m68hc12-*-*|m6812-*-*)
tm_file="m68hc11/m68hc12.h"
tm_p_file="m68hc11/m68hc11-protos.h"
xm_file="m68hc11/xm-m68hc11.h"
md_file="m68hc11/m68hc11.md"
out_file="m68hc11/m68hc11.c"
tmake_file="m68hc11/t-m68hc11-gas"
;;
m68000-convergent-sysv*)
tm_file=m68k/ctix.h
xm_file="m68k/xm-3b1.h ${xm_file}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment