From 69a46499cfcf6797d3e326cae56f1da41704e687 Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Wed, 3 Sep 2003 11:15:19 +0000 Subject: [project @ 2003-09-03 11:15:19 by simonmar] Add SplitObjs=NO and GhcLibWays= to the build.mk when doing an unregisterised bootstrap. --- distrib/hc-build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'distrib/hc-build') 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 ;; -- cgit v1.2.1