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
9fcdd13a
Commit
9fcdd13a
authored
Jan 05, 2009
by
Ben.Lippmeier@anu.edu.au
Browse files
Enable the native code generator for SPARC
parent
3be1d26c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
9fcdd13a
...
...
@@ -281,9 +281,8 @@ endif
#
# Target platforms supported:
# i386, powerpc
# sparc has bitrotted
# AIX is not supported
ArchSupportsNCG
=
$(
strip
$(
patsubst
$(HostArch_CPP)
, YES,
$(
findstring
$(HostArch_CPP)
, i386 x86_64 powerpc
)))
ArchSupportsNCG
=
$(
strip
$(
patsubst
$(HostArch_CPP)
, YES,
$(
findstring
$(HostArch_CPP)
, i386 x86_64 powerpc
sparc
)))
OsSupportsNCG
=
$(
strip
$(
patsubst
$(HostOS_CPP)
, YES,
$(
patsubst
aix,,
$(HostOS_CPP)
)))
# lazy test, because $(GhcUnregisterised) might be set in build.mk later.
...
...
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