diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 01:44:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 02:20:23 -0400 |
commit | a87686e5aa57d86a86b6deac8b4d47a86c69c950 (patch) | |
tree | 92f667fae57894fb8d410220d5e3858ee3ed337f /sim/d10v/Makefile.in | |
parent | 11558abc20f902a1fa3ea128809862787f642598 (diff) | |
download | binutils-gdb-a87686e5aa57d86a86b6deac8b4d47a86c69c950.tar.gz |
sim: d10v: delete NEED_UI_LOOP_HOOK handling
This hook is used only when linked into gdb, and d10v doesn't have a gdb
port anymore. Punt it.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r-- | sim/d10v/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 5ea5b1d5741..fb2d72d1037 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -22,8 +22,7 @@ SIM_RUN_OBJS = run.o SIM_OBJS = interp.o table.o simops.o endian.o sim-load.o SIM_EXTRA_CLEAN = clean-extra -SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_HAVE_ENVIRONMENT \ - -DSIM_USE_DEPRECATED_RUN_FRONTEND +SIM_EXTRA_CFLAGS = -DSIM_HAVE_ENVIRONMENT -DSIM_USE_DEPRECATED_RUN_FRONTEND INCLUDE = d10v_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \ $(srcroot)/include/gdb/sim-d10v.h |