projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
701ea7a
)
sim: or1k: drop unused rules
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 1 Jan 2023 19:40:03 +0000
(14:40 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 1 Jan 2023 19:40:03 +0000
(14:40 -0500)
These rules are the same as the common ones, so drop them to simplify.
sim/or1k/Makefile.in
patch
|
blob
|
history
diff --git
a/sim/or1k/Makefile.in
b/sim/or1k/Makefile.in
index 9ce46802062306f4e5a91c8ce6ad0a1a9259fcf1..6b2a976d8aeff8cf2ffb8f3c068760a8fc2b8744 100644
(file)
--- 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,