X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=c2ddea107e8f340ff22aca920b1985d2398986e7;hb=2b398b2215fd5238e222bcb3013aa41d7b631cfa;hp=59446a9d5d52a53ddbb95bb4f124fcdc02bd7ffd;hpb=49fcef380f65b32ad03ce04171b6019ab48a714e;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 59446a9..c2ddea1 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -398,7 +398,7 @@ GhcRTSWays += debug endif ifeq "$(BuildSharedLibs)" "YES" -GhcRTSWays += debug_dyn thr_dyn thr_debug_dyn +GhcRTSWays += dyn debug_dyn thr_dyn thr_debug_dyn endif # Want the threaded versions unless we're unregisterised @@ -459,7 +459,7 @@ LIBM=@LIBM@ # .NET interop support? # -DotnetSupport=@DotnetSupport@ +DotnetSupport=NO # Build unix package? # @@ -929,14 +929,12 @@ GhcPatchLevel = @ProjectPatchLevel@ GhcMajVersion = @GhcMajVersion@ GhcMinVersion = @GhcMinVersion@ -ghc_ge_605 = YES ghc_ge_607 = YES ghc_ge_609 = YES else # not UseStage1 or BootingFromHc # Some useful GHC version predicates: -ghc_ge_605 = @ghc_ge_605@ ghc_ge_607 = @ghc_ge_607@ ghc_ge_609 = @ghc_ge_609@