From: rrt Date: Mon, 19 Feb 2001 14:54:48 +0000 (+0000) Subject: [project @ 2001-02-19 14:54:48 by rrt] X-Git-Tag: Approximately_9120_patches~2599 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=984b949e3a84ef9f6455640fb3d2b69b7937bd6c;p=ghc-hetmet.git [project @ 2001-02-19 14:54:48 by rrt] Add -mno-cygwin to CPPFLAGS on i386-unknown-mingw32 to stop configure.h getting lots of bogus headers that aren't there. I'm not at all sure why this hasn't caused problems before... --- diff --git a/configure.in b/configure.in index b852836..2b8d7c7 100644 --- a/configure.in +++ b/configure.in @@ -207,6 +207,7 @@ i[[3456]]86-*-mingw32*) # the gcc command-line used here with -mno-cygwin to # arrange for good things to happen. CFLAGS="-mno-cygwin $CFLAGS" + CPPFLAGS="-mno-cygwin $CPPFLAGS" ;; m68k-next-nextstep2) HostPlatform_CPP='m68k_next_nextstep2'