diff options
author | simonmar <unknown> | 2003-09-03 11:15:19 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-09-03 11:15:19 +0000 |
commit | 69a46499cfcf6797d3e326cae56f1da41704e687 (patch) | |
tree | 3f9ca54502515a46bac14ee820fc1e78f2aac906 /distrib | |
parent | 38e89650554d7851233792ad2d238c2282a628f0 (diff) | |
download | haskell-69a46499cfcf6797d3e326cae56f1da41704e687.tar.gz |
[project @ 2003-09-03 11:15:19 by simonmar]
Add SplitObjs=NO and GhcLibWays= to the build.mk when doing an
unregisterised bootstrap.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/hc-build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index e6a132c096..367cfd6d30 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -31,6 +31,8 @@ case "$configopts" in cat >mk/build.mk <<END GhcWithInterpreter=NO GhcWithNativeCodeGen=NO +SplitObjs=NO +GhcLibWays= END ;; |