diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:20:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:38:31 -0500 |
commit | 1b393626cef48974502e7077b191555b56680ee6 (patch) | |
tree | 90319a4085b670ee672d0bf335352b45789a07e9 /sim/cris/Makefile.in | |
parent | 466b619e95908dc073b78413f0d0d0b1cb97e4b5 (diff) | |
download | gdb-1b393626cef48974502e7077b191555b56680ee6.zip gdb-1b393626cef48974502e7077b191555b56680ee6.tar.gz gdb-1b393626cef48974502e7077b191555b56680ee6.tar.bz2 |
sim: punt WITH_DEVICES & tconfig.h support
No arch is using this anymore, and we want all new ports using the
hardware framework instead. Punt WITH_DEVICES and the two callbacks
device_io_{read,write}_buffer.
We can also punt the tconfig.h file as no port is using it anymore.
This fixes in-tree builds that get confused by picking up the wrong
one (common/ vs <port>/) caused by commit ae7d0cac8ce971f7108d270c.
Any port that needs to set up a global define can use their own
sim-main.h file that they must provide regardless.
Diffstat (limited to 'sim/cris/Makefile.in')
-rw-r--r-- | sim/cris/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index a0520ac..887407c 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -72,7 +72,7 @@ check: rvdummy$(EXEEXT) rvdummy$(EXEEXT): rvdummy.o $(EXTRA_LIBDEPS) $(CC) $(ALL_CFLAGS) -o rvdummy$(EXEEXT) rvdummy.o $(EXTRA_LIBS) -rvdummy.o: rvdummy.c config.h tconfig.h $(remote_sim_h) $(callback_h) +rvdummy.o: rvdummy.c config.h $(remote_sim_h) $(callback_h) # CRISV10 objs |