X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=78b0b7a735d7a2ca3162c68034a0c7a7184854df;hb=e499cbe9455b359e0325327fcdb57e2c9d621a0e;hp=d12cbff75bfe9a2557b8eb137156b33077d6b934;hpb=979c11345ee532a4fc56aab54f51d2924c0ea841;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index d12cbff..78b0b7a 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -99,14 +99,12 @@ GhcStage3HcOpts=-O2 GhcProfiled=NO GhcDebugged=NO +GhcDynamic=NO GhcLibProfiled=$(if $(filter p,$(GhcLibWays)),YES,NO) # Do we support shared libs? PlatformSupportsSharedLibs = $(if $(filter $(TARGETPLATFORM),i386-unknown-linux x86_64-unknown-linux i386-unknown-freebsd x86_64-unknown-freebsd i386-unknown-mingw32 i386-apple-darwin),YES,NO) -# ToDo later: -# BuildStaticLibs=@BuildStaticLibs@ - # Build a compiler that will build *unregisterised* libraries and # binaries by default. Unregisterised code is supposed to compile and # run without any support for architecture-specific assembly mangling, @@ -787,12 +785,3 @@ CONFIGURE_ARGS = @CONFIGURE_ARGS@ ICONV_INCLUDE_DIRS = @ICONV_INCLUDE_DIRS@ ICONV_LIB_DIRS = @ICONV_LIB_DIRS@ -################################################################################ -# -# Bindist testing directory -# -################################################################################ - -BIN_DIST_INST_SUBDIR = "install dir" -BIN_DIST_INST_DIR = $(TOP)/bindisttest/$(BIN_DIST_INST_SUBDIR) -