Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
d957ac95
Commit
d957ac95
authored
Mar 21, 2006
by
Simon Marlow
Browse files
powerpc64 does not support GHCi right now
parent
1821c5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
d957ac95
...
...
@@ -283,7 +283,7 @@ HaveLibDL = @HaveLibDL@
# has support for this OS/ARCH combination.
OsSupportsGHCi
=
$(
strip
$(
patsubst
$(HostOS_CPP)
, YES,
$(
findstring
$(HostOS_CPP)
, mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd darwin
)))
ArchSupportsGHCi
=
$(
strip
$(
patsubst
$(HostArch_CPP)
, YES,
$(
findstring
$(HostArch_CPP)
, i386 x86_64 powerpc
powerpc64
sparc sparc64
)))
ArchSupportsGHCi
=
$(
strip
$(
patsubst
$(HostArch_CPP)
, YES,
$(
findstring
$(HostArch_CPP)
, i386 x86_64 powerpc sparc sparc64
)))
ifeq
"$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES"
GhcWithInterpreter
=
YES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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