Skip to content
Snippets Groups Projects
Commit 5b042b34 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-07-13 08:56:42 by sewardj]

sparc NCG is now enabled by default for non-opt compilation.
parent 62acd01e
No related merge requests found
......@@ -262,7 +262,8 @@ data HscLang
| HscJava
GLOBAL_VAR(hsc_lang, if cGhcWithNativeCodeGen == "YES" &&
prefixMatch "i386" cTARGETPLATFORM
(prefixMatch "i386" cTARGETPLATFORM ||
prefixMatch "sparc" cTARGETPLATFORM)
then HscAsm
else HscC,
HscLang)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment