From: Stu Grossman Date: Tue, 29 Oct 1996 01:33:49 +0000 (+0000) Subject: * mh-dgux386: New file. x86 dgux specific flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da7f2a108db5ec738f2d2e9c9f83c9b1ea06841b;p=binutils-gdb.git * mh-dgux386: New file. x86 dgux specific flags --- diff --git a/ChangeLog b/ChangeLog index bba31fa6bd6..4e6071676d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com) + + * config/mh-windows: Add rules for building MSVC makefiles. + +Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com) + + * Undo my previous change. + Thu Oct 24 12:12:04 1996 Ian Lance Taylor * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET diff --git a/config/mh-windows b/config/mh-windows index e5f606c333d..a5cc5d611df 100644 --- a/config/mh-windows +++ b/config/mh-windows @@ -2,3 +2,15 @@ CC=cc CFLAGS= RANLIB=true AR_FLAGS= + +.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