diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 01:14:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 02:20:23 -0400 |
commit | ef9535c6bc7c5d50d03e9f98498e018ac56e366c (patch) | |
tree | 2b077a0fb150fa49165d54b6728bb3c94b677f34 /sim/d10v/Makefile.in | |
parent | 2f783c1f4b23b194efa31e2015fb585b688c6526 (diff) | |
download | gdb-ef9535c6bc7c5d50d03e9f98498e018ac56e366c.zip gdb-ef9535c6bc7c5d50d03e9f98498e018ac56e366c.tar.gz gdb-ef9535c6bc7c5d50d03e9f98498e018ac56e366c.tar.bz2 |
sim: d10v: use common configure options
In preparation for converting to nrun, call the common functions that
are needed. This doesn't produce any new warnings, and the generated
code should be the same.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r-- | sim/d10v/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in index 173fe95..b6d6a18 100644 --- a/sim/d10v/Makefile.in +++ b/sim/d10v/Makefile.in @@ -50,8 +50,3 @@ gencode: gencode.o d10v-opc.o clean-extra: rm -f table.c simops.h gencode - -interp.o: interp.c table.c $(INCLUDE) -simops.o: simops.c simops.h $(INCLUDE) -endian.o: endian.c $(INCLUDE) -table.o: table.c |