Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
d52cb8fd
Commit
d52cb8fd
authored
May 20, 2009
by
Ian Lynagh
Browse files
Build fix for amd64/OSX
parent
ed7732f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
d52cb8fd
...
...
@@ -72,7 +72,7 @@ import PackageConfig
import
PrelNames
(
mAIN
,
main_RDR_Unqual
)
import
RdrName
(
RdrName
,
mkRdrUnqual
)
import
OccName
(
mkVarOccFS
)
#
if
defined
(
i386_TARGET_ARCH
)
||
!
defined
(
mingw32_TARGET_OS
)
#
if
defined
(
i386_TARGET_ARCH
)
||
(
!
defined
(
mingw32_TARGET_OS
)
&&
!
defined
(
darwin_TARGET_OS
))
import
StaticFlags
(
opt_Static
)
#
endif
import
StaticFlags
(
opt_PIC
,
WayName
(
..
),
v_Ways
,
v_Build_tag
,
...
...
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