diff options
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 2f0e0380d8..1629bf3d6a 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -44,11 +44,6 @@ touch libraries/base/GHC/PrimopWrappers.hs echo "*** Building compiler..." ./configure --enable-hc-boot $configopts -# A couple of Makefiles test BootingFromHc before including -# boilerplate.mk, so we have to pass it explicitly: -MAKEFLAGS="BootingFromHc=YES" -export MAKEFLAGS - $MAKE -C glafp-utils boot all $MAKE -C ghc boot $MAKE -C libraries boot all |