X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=mk%2Fconfig.mk.in;h=db75471a1c40a1a3e9462e69055057cfb30d5469;hb=805fcaad8d2efd98c733f684d3d24a9ba387708f;hp=e693b2dd320df227851ad8ec20c04c69c60b7b7e;hpb=3f06193b368bb7c66a569a5194f9f5716c76ebd6;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index e693b2d..db75471 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -164,16 +164,6 @@ GhcCompilerWays= # used to compile GHC. Useful when bootstrapping. GhcHcOpts=-Rghc-timing -# Extra Haskell compiler options to use when compiling all Haskell -# *programs* (not libraries), including GHC itself. -# Typical options to use here: -# -# -H25m use a bigger heap (to speed up compilation) -# -# -O compile an optimised compiler -# -FptoolsHcOpts=-O - # 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, @@ -214,9 +204,6 @@ HaveRtldLocal = @HaveRtldLocal@ ifneq "$(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd)" "" GhcWithInterpreter=YES -ifeq "$(HaveLibDL)" "YES" -SRC_HC_OPTS += -ldl -endif else GhcWithInterpreter=NO endif @@ -551,6 +538,8 @@ endif # # SRC_HC_OPTS += -O +SRC_HC_OPTS += -H16m -O + # These flags make flex 8-bit SRC_FLEX_OPTS += -8