[project @ 2003-09-03 11:15:19 by simonmar]
authorsimonmar <unknown>
Wed, 3 Sep 2003 11:15:19 +0000 (11:15 +0000)
committersimonmar <unknown>
Wed, 3 Sep 2003 11:15:19 +0000 (11:15 +0000)
Add SplitObjs=NO and GhcLibWays=  to the build.mk when doing an
unregisterised bootstrap.

distrib/hc-build

index e6a132c..367cfd6 100644 (file)
@@ -31,6 +31,8 @@ case "$configopts" in
 cat >mk/build.mk <<END
 GhcWithInterpreter=NO
 GhcWithNativeCodeGen=NO
+SplitObjs=NO
+GhcLibWays=
 END
 ;;