diff options
author | Christopher Faylor <me@cgf.cx> | 2008-10-12 03:08:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-10-12 03:08:33 +0000 |
commit | 9401a0f805692549fb9b647f99a787e050f2cdc2 (patch) | |
tree | e4f1d7c45f52add14b0d2b7cb4db123c915f780f | |
parent | fd49ac277fce90dbd4987342c74d34aaa7335f74 (diff) | |
download | cygnal-9401a0f805692549fb9b647f99a787e050f2cdc2.tar.gz cygnal-9401a0f805692549fb9b647f99a787e050f2cdc2.tar.bz2 cygnal-9401a0f805692549fb9b647f99a787e050f2cdc2.zip |
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.
-rw-r--r-- | winsup/utils/Makefile.in | 2 | ||||
-rwxr-xr-x | winsup/utils/mingw | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in index 96b79edff..8d06cf2b9 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -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 diff --git a/winsup/utils/mingw b/winsup/utils/mingw index 0c7b9b469..7d49bf326 100755 --- a/winsup/utils/mingw +++ b/winsup/utils/mingw @@ -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 |