Dummy check-in to get right revision log:
* mingw: New front-end script to control building of MinGW files without using the deprecated -mno-cygwin option. * Makefile.in: Use mingw front-end.
This commit is contained in:
parent
fd49ac277f
commit
9401a0f805
|
@ -135,7 +135,7 @@ else
|
|||
endif
|
||||
|
||||
# how to link a Cygwin binary
|
||||
$(CYGWIN_BINS): %.exe: %.o
|
||||
$(CYGWIN_BINS): %.exe: %.o
|
||||
ifdef VERBOSE
|
||||
$(CXX) -o $@ ${filter %.o,$^} -B$(cygwin_build)/ $(ALL_LDFLAGS)
|
||||
else
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# an installed version of the MinGW components.
|
||||
|
||||
#
|
||||
# Find the path to the compiler
|
||||
# Find the path to the compiler.
|
||||
#
|
||||
compiler=$1; shift
|
||||
case "$compiler" in
|
||||
|
|
Loading…
Reference in New Issue