mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
sim: move sim-engine.o/sim-hrw.o to the common list
This makes these two objects available to all sims by default.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2015-04-06 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
|
||||
|
||||
2015-04-01 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (armos.o, armcopro.o, maverick.o, iwmmxt.o, arminit.o,
|
||||
|
@ -22,7 +22,6 @@ SIM_EXTRA_CFLAGS = -DMODET
|
||||
SIM_OBJS = \
|
||||
$(SIM_NEW_COMMON_OBJS) \
|
||||
sim-cpu.o \
|
||||
sim-engine.o \
|
||||
sim-hload.o \
|
||||
armemu26.o armemu32.o arminit.o armos.o armsupp.o \
|
||||
armvirt.o bag.o thumbemu.o wrapper.o \
|
||||
|
Reference in New Issue
Block a user