X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2Fhc-build;h=ff1291b39b9472816a32ab6890c4bc403c94949d;hb=72f5cd2fbc56c266e92f974a4561fbe878628b63;hp=2f0e0380d888bba8579deac357708ab2dd7f7388;hpb=d662317fbc2782d606cc8e6dac8960d71fa9cab8;p=ghc-hetmet.git diff --git a/distrib/hc-build b/distrib/hc-build index 2f0e038..ff1291b 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -37,18 +37,9 @@ touch ghc/compiler/parser/Parser.hs touch ghc/compiler/main/ParsePkgConf.hs touch hslibs/hssource/HsParser.hs -# We don't have genprimopcode yet so don't try to use it -touch ghc/compiler/prelude/primops.txt -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