Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
55fc808c
Commit
55fc808c
authored
May 23, 2001
by
rrt
Browse files
[project @ 2001-05-23 09:41:34 by rrt]
Add -mwin32 -mno-cygwin to CPPFLAGS on Windows.
parent
bf795103
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
55fc808c
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment