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
f2ec1d28
Commit
f2ec1d28
authored
Aug 03, 2005
by
simonmar
Browse files
[project @ 2005-08-03 15:16:14 by simonmar]
fix bogus #ifdef in defaultHscTarget
parent
cfd9e9b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DynFlags.hs
View file @
f2ec1d28
...
...
@@ -295,9 +295,7 @@ data PackageFlag
|
IgnorePackage
String
defaultHscTarget
#
if
defined
(
i386_TARGET_ARCH
)
||
defined
(
sparc_TARGET_ARCH
)
||
defined
(
powerpc_TARGET_ARCH
)
|
cGhcWithNativeCodeGen
==
"YES"
=
HscAsm
#
endif
|
otherwise
=
HscC
initDynFlags
dflags
=
do
...
...
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