Add m68hc11 configry.
This commit is contained in:
parent
e0709f5044
commit
5d031c16b8
5 changed files with 4366 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Thu Jul 27 21:26:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From Stephane Carrez <Stephane.Carrez@worldnet.fr>:
|
||||
* m68hc11: New directory.
|
||||
* configure.in: Add.
|
||||
* configure: Regenerate.
|
||||
|
||||
Tue Jul 4 13:43:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* tic80: New directory.
|
||||
|
|
1
sim/configure
vendored
1
sim/configure
vendored
|
@ -1426,6 +1426,7 @@ case "${target}" in
|
|||
h8500-*-*) sim_target=h8500 ;;
|
||||
i960-*-*) sim_target=i960 ;;
|
||||
m32r-*-*) sim_target=m32r ;;
|
||||
m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;;
|
||||
mcore-*-*) sim_target=mcore ;;
|
||||
mips*-*-*)
|
||||
# The MIPS simulator can only be compiled by gcc.
|
||||
|
|
|
@ -65,6 +65,7 @@ case "${target}" in
|
|||
h8500-*-*) sim_target=h8500 ;;
|
||||
i960-*-*) sim_target=i960 ;;
|
||||
m32r-*-*) sim_target=m32r ;;
|
||||
m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;;
|
||||
mcore-*-*) sim_target=mcore ;;
|
||||
mips*-*-*)
|
||||
# The MIPS simulator can only be compiled by gcc.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 27 21:27:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* configure, config.in: Regenerate.
|
||||
|
||||
2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* Makefile.in (SIM_RUN_OBJS): Define to use nrun.c
|
||||
|
|
4353
sim/m68hc11/configure
vendored
Executable file
4353
sim/m68hc11/configure
vendored
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue