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 /winsup/utils/mingw | |
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.
Diffstat (limited to 'winsup/utils/mingw')
-rwxr-xr-x | winsup/utils/mingw | 2 |
1 files changed, 1 insertions, 1 deletions
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 |