Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
982f3f1b
Commit
982f3f1b
authored
Oct 08, 2004
by
simonmar
Browse files
[project @ 2004-10-08 12:16:04 by simonmar]
FreeBSD needs -optl-pthread for the threaded way
parent
cafceec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverState.hs
View file @
982f3f1b
...
...
@@ -576,7 +576,8 @@ way_details :: [ (WayName, Way) ]
way_details
=
[
(
WayThreaded
,
Way
"thr"
True
"Threaded"
[
#
if
defined
(
freebsd_TARGET_OS
)
"-optc-pthread"
"-optc-pthread"
,
"-optl-pthread"
#
endif
]
),
...
...
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