diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 14:40:03 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 14:40:03 -0500 |
commit | c536b4f527de272e7c9549deb21ca65c397cb6a4 (patch) | |
tree | 7da7f17c621ff4dca228a151b4b3433a5468e3c8 | |
parent | 701ea7a25624f048c3309a19f4e15fbbd08546a0 (diff) | |
download | gdb-c536b4f527de272e7c9549deb21ca65c397cb6a4.zip gdb-c536b4f527de272e7c9549deb21ca65c397cb6a4.tar.gz gdb-c536b4f527de272e7c9549deb21ca65c397cb6a4.tar.bz2 |
sim: or1k: drop unused rules
These rules are the same as the common ones, so drop them to simplify.
-rw-r--r-- | sim/or1k/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index 9ce4680..6b2a976 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -46,18 +46,6 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 arch = or1k -or1k.o: or1k.c - $(COMPILE) $< - $(POSTCOMPILE) - -sim-if.o: sim-if.c - $(COMPILE) $< - $(POSTCOMPILE) - -traps.o: traps.c - $(COMPILE) $< - $(POSTCOMPILE) - stamps: stamp-arch stamp-cpu # NOTE: Generated source files are specified as full paths, |