aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/configure.in
diff options
context:
space:
mode:
authorRon Unrau <runrau@cygnus>1998-02-15 21:33:13 +0000
committerRon Unrau <runrau@cygnus>1998-02-15 21:33:13 +0000
commit97908603a4b9f1d8b0a58d72b881245b889fac1f (patch)
tree109df3117ba849f95b8d732e0f650773a4b27a56 /sim/mips/configure.in
parent678fa7ffe38b1ad0df779ed1129c1eae3d8f3c5e (diff)
downloadgdb-97908603a4b9f1d8b0a58d72b881245b889fac1f.zip
gdb-97908603a4b9f1d8b0a58d72b881245b889fac1f.tar.gz
gdb-97908603a4b9f1d8b0a58d72b881245b889fac1f.tar.bz2
configure.in: add -DTARGET_SKY for mips64r5900-sky-elf configure.
sim-main.h: Define regs for sky if -DTARGET_SKY interp.c: Initial register upload/download support for sky.
Diffstat (limited to 'sim/mips/configure.in')
-rw-r--r--sim/mips/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/configure.in b/sim/mips/configure.in
index a3b294a..9c56e7a 100644
--- a/sim/mips/configure.in
+++ b/sim/mips/configure.in
@@ -202,7 +202,7 @@ AC_SUBST(sim_gen)
case "${target}" in
# start-sanitize-sky
mips64r59*-sky-*) mips_extra_objs='$(SIM_SKY_OBJS)' ;
- SIM_SUBTARGET="-DWITH_DEVICES=1 -DDEVICE_INIT=1";;
+ SIM_SUBTARGET="-DTARGET_SKY -DWITH_DEVICES=1 -DDEVICE_INIT=1";;
# end-sanitize-sky
*) mips_extra_objs="" ;;