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
8ceb988d
Commit
8ceb988d
authored
Aug 07, 2011
by
Ian Lynagh
Browse files
Add a case for kfreebsdgnu in Platforms.hs
parent
ca003a51
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/utils/Platform.hs
View file @
8ceb988d
...
...
@@ -116,6 +116,8 @@ defaultTargetOS = OSSolaris2
defaultTargetOS
=
OSMinGW32
#
elif
freebsd_TARGET_OS
defaultTargetOS
=
OSFreeBSD
#
elif
kfreebsdgnu_TARGET_OS
defaultTargetOS
=
OSFreeBSD
#
elif
openbsd_TARGET_OS
defaultTargetOS
=
OSOpenBSD
#
else
...
...
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