summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
Diffstat (limited to 'driver')
-rw-r--r--driver/ghci/ghci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/ghci/ghci.c b/driver/ghci/ghci.c
index f21a12a4ba..cad0ae5c51 100644
--- a/driver/ghci/ghci.c
+++ b/driver/ghci/ghci.c
@@ -18,7 +18,7 @@
* To compile:
*
* MSVC: cl /o ghci.exe /c ghciwrap.c
- * mingw: gcc -mno-cygwin -o ghci.exe ghciwrap.c
+ * mingw: gcc -o ghci.exe ghciwrap.c
*
* If you want to associate your own icon with the wrapper,
* here's how to do it:
@@ -35,7 +35,7 @@
* * Add the resulting .res file to the link line of the wrapper:
*
* MSVC: cl /o ghci.exe /c ghciwrap.c ghci.res
- * mingw: gcc -mno-cygwin -o ghci.exe ghciwrap.c ghci.res
+ * mingw: gcc -o ghci.exe ghciwrap.c ghci.res
*
*/