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:
d182db3
)
[project @ 2002-03-25 05:11:16 by sof]
author
sof
<unknown>
Mon, 25 Mar 2002 05:11:16 +0000
(
05:11
+0000)
committer
sof
<unknown>
Mon, 25 Mar 2002 05:11:16 +0000
(
05:11
+0000)
not using -lpthread w/ mingw
ghc/rts/rts.conf.in
patch
|
blob
|
history
diff --git
a/ghc/rts/rts.conf.in
b/ghc/rts/rts.conf.in
index
f77f78c
..
72bac27
100644
(file)
--- a/
ghc/rts/rts.conf.in
+++ b/
ghc/rts/rts.conf.in
@@
-30,7
+30,7
@@
Package {
#ifdef USING_LIBBFD
,"bfd", "iberty" /* for debugging */
#endif
-#ifdef THREADED_RTS
+#if defined(THREADED_RTS) && !defined(mingw32_TARGET_OS)
,"pthread"
#endif
],