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
Alex D
GHC
Commits
3e8cae77
Commit
3e8cae77
authored
Aug 16, 2001
by
simonmar
Browse files
[project @ 2001-08-16 14:25:04 by simonmar]
Allow compiling to .hc only.
parent
d2cfd458
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/config/vanilla-test.T
View file @
3e8cae77
...
...
@@ -172,10 +172,12 @@ def simple_build_Main_WRK ( $_extra_args, $compile_only )
then
$extra_hc_flags
else
""
fi
++ if
$compile_only
then
"
-
c
"
else
"
-
o
"
++
$exename
++
"
"
fi
++ if defined
$compile_to_hc
&&
$compile_to_hc
then
"
-
C
"
else if
$compile_only
then
"
-
c
"
else
"
-
o
"
++
$exename
++
"
"
fi fi
++
$srcname
++
"
&>
"
++
$errname
$res
= runCmd(
$cmd
)
return
$res
...
...
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