projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaaa968
)
Remove redundant -DDONT_WANT_WIN32_DLL_SUPPORT flag
author
Ian Lynagh
<igloo@earth.li>
Fri, 29 Apr 2011 11:41:27 +0000
(12:41 +0100)
committer
Ian Lynagh
<igloo@earth.li>
Fri, 29 Apr 2011 11:41:27 +0000
(12:41 +0100)
compiler/main/DynFlags.hs
patch
|
blob
|
history
diff --git
a/compiler/main/DynFlags.hs
b/compiler/main/DynFlags.hs
index
a7de4a8
..
732d9b4
100644
(file)
--- a/
compiler/main/DynFlags.hs
+++ b/
compiler/main/DynFlags.hs
@@
-2220,9
+2220,6
@@
machdepCCOpts'
-- (very nice, but too bad the HP /usr/include files don't agree.)
= ["-D_HPUX_SOURCE"]
-#elif i386_TARGET_ARCH
- = if opt_Static then ["-DDONT_WANT_WIN32_DLL_SUPPORT"] else []
-
#else
= []
#endif