Fix gdbserver cross build.
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index cbf36ab6a0fa0bd8114755838a4b88044faa2790..3674aedfc6e2e48af56007c0dae50bbdcfe27d9a 100644 (file)
@@ -50,6 +50,8 @@ INSTALL_DATA = @INSTALL_DATA@
 RANLIB = @RANLIB@
 
 CC = @CC@
+AR = @AR@
+AR_FLAGS = rc
 
 # Dependency tracking information.
 DEPMODE = @CCDEPMODE@
@@ -551,6 +553,10 @@ mips-linux-watch.o: ../common/mips-linux-watch.c
 
 # Native object files rules from ../nat
 
+i386-dregs.o: ../nat/i386-dregs.c
+       $(COMPILE) $<
+       $(POSTCOMPILE)
+
 linux-waitpid.o: ../nat/linux-waitpid.c
        $(COMPILE) $<
        $(POSTCOMPILE)
This page took 0.045587 seconds and 4 git commands to generate.