Share i386-linux target description between GDB and GDBserver
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index 416115202d202aa5e6b41ad34fa367a488a4c965..b552b698147df91043d845f6a761f149f3acf4e3 100644 (file)
@@ -528,6 +528,10 @@ ax.o: ax.c
        $(COMPILE) $(WARN_CFLAGS_NO_FORMAT) $<
        $(POSTCOMPILE)
 
+arch-i386.o: ../arch/i386.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
+
 # Rules for objects that go in the in-process agent.
 
 %-ipa.o: %-generated.c
@@ -553,6 +557,10 @@ ax.o: ax.c
        $(IPAGENT_COMPILE) $<
        $(POSTCOMPILE)
 
+%-ipa.o: ../arch/%.c
+       $(IPAGENT_COMPILE) $<
+       $(POSTCOMPILE)
+
 # Rules for objects that go in the gdbserver binary.
 
 %.o: %-generated.c
This page took 0.026175 seconds and 4 git commands to generate.