X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=741abd3c9cce1e28eba217773b63fe52bfae2ff3;hb=9396c0736a7e7d73c2a13f1a18104e0c43b924b0;hp=b602569e35318523d2577fedde131ca865655da2;hpb=26dc0aa6d3a06ee6b948a2827426407c7c8cda97;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index b602569..741abd3 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -224,6 +224,7 @@ else GhcThreaded=NO endif GhcProfiled=NO +GhcDebugged=NO # Build a compiler that will build *unregisterised* libraries and # binaries by default. Unregisterised code is supposed to compile and @@ -506,6 +507,7 @@ FPTOOLS_TOP_ABS_PLATFORM = @hardtop_plat@ BIN_DIST_NAME=ghc-$(ProjectVersion) BIN_DIST_TOPDIR=$(FPTOOLS_TOP_ABS) BIN_DIST_DIR=$(BIN_DIST_TOPDIR)/$(BIN_DIST_NAME) +BIN_DIST_TARBALL=$(BIN_DIST_TOPDIR)/$(BIN_DIST_NAME)-$(TARGETPLATFORM).tar.bz2 # # Installation directories, we don't use half of these,