mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* mh-dgux386: New file. x86 dgux specific flags
This commit is contained in:
parent
aa9b7dedc8
commit
da7f2a108d
@ -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 <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user