Pass architecture from ``set arch MACH'' command into disasembler
[deliverable/binutils-gdb.git] / config / mh-windows
index e191981ec81e3bccaf8cec34ebe97fd3ce20d1f7..a5cc5d611df05881da7c8b975d98146de56dce5f 100644 (file)
@@ -2,4 +2,15 @@ CC=cc
 CFLAGS=
 RANLIB=true
 AR_FLAGS=
-HOST_FLAGS="srcroot=$(srcdir)"
+
+.PHONY: windows
+windows: nmake.mak
+       @echo "Don't forget to setup setvars.mak!"
+
+nmake.mak: to-be-built
+       @echo Building nmake files
+       @$(srcdir)/gdb/mswin/genmakes
+
+to-be-built:
+       @echo Recording commands
+       @$(srcdir)/gdb/mswin/recordit
This page took 0.025596 seconds and 4 git commands to generate.