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
jberryman
GHC
Commits
88f81848
Commit
88f81848
authored
Aug 17, 2001
by
rrt
Browse files
[project @ 2001-08-17 08:35:24 by rrt]
Make sure std is compiled with -fvia-C (NCG can't cope)
parent
805507b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Makefile
View file @
88f81848
...
...
@@ -38,7 +38,8 @@ BOOT_SRCS += PrelPrimopWrappers.hs
#-----------------------------------------------------------------------------
# Setting the GHC compile options
SRC_HC_OPTS
+=
-cpp
-fglasgow-exts
$(GhcLibHcOpts)
# -fvia-C added because NCG still can't cope with some primops used in the standard library
SRC_HC_OPTS
+=
-fvia-C
-cpp
-fglasgow-exts
$(GhcLibHcOpts)
SRC_HSC2HS_OPTS
+=
-Icbits
ifdef
USE_REPORT_PRELUDE
...
...
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