diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-09 12:55:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-09 12:55:54 +0000 |
commit | ccc9a4a5c7131e5bece84c0983d7d3f8d6480967 (patch) | |
tree | 31ee87e710f90dbbf57ae3e6a073cb15bfd83cc3 /utils/lndir | |
parent | 3897d02a5c0deb5c3bfda3299a28bbef525eba84 (diff) | |
download | haskell-ccc9a4a5c7131e5bece84c0983d7d3f8d6480967.tar.gz |
Remove all references to -mno-cygwin
We shouldn't need it, as we don't call cygwin's gcc, and it was causing
problems with the nightly builders passing it to GHC.
Diffstat (limited to 'utils/lndir')
-rw-r--r-- | utils/lndir/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/lndir/Makefile b/utils/lndir/Makefile index 4334c0d535..43e61c1a3a 100644 --- a/utils/lndir/Makefile +++ b/utils/lndir/Makefile @@ -15,7 +15,3 @@ DESTDIR=$(INSTBINDIR) include $(TOP)/mk/target.mk -# Win32: cygwin supports symlinks, so make sure we -# don't feed in the mingw flags here. In other -# words, lndir.exe is a cygwin-based app. -CC_OPTS := $(filter-out -mno-cygwin,$(CC_OPTS)) |