From: rrt Date: Thu, 31 May 2001 09:00:28 +0000 (+0000) Subject: [project @ 2001-05-31 09:00:28 by rrt] X-Git-Tag: Approximately_9120_patches~1842 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=869c195992aaeb1e30bcba26faea53f8ecddfe12;p=ghc-hetmet.git [project @ 2001-05-31 09:00:28 by rrt] Add -mwin32 -mno-cygwin to CPPFLAGS. --- diff --git a/configure.in b/configure.in index bb7748c..b880f5d 100644 --- a/configure.in +++ b/configure.in @@ -207,6 +207,7 @@ i[[3456]]86-*-mingw32*) # the gcc command-line used here with -mno-cygwin -mwin32 # to arrange for good things to happen. CFLAGS="-mno-cygwin -mwin32 $CFLAGS" + CPPFLAGS="-mno-cygwin -mwin32 $CPPFLAGS" ;; m68k-next-nextstep2) HostPlatform_CPP='m68k_next_nextstep2'